summaryrefslogtreecommitdiffstats
path: root/i18n/ibus-table/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ibus-table/PRE_BUILD')
-rwxr-xr-xi18n/ibus-table/PRE_BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/ibus-table/PRE_BUILD b/i18n/ibus-table/PRE_BUILD
new file mode 100755
index 0000000000..6e7696ca1e
--- /dev/null
+++ b/i18n/ibus-table/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+if [ $TR_CHINESE == y ]; then
+ patch -p1 < $SPELL_DIRECTORY/chinese.patch
+fi