small fix for com.anysoftkeyboard.languagepack.persian
This commit is contained in:
parent
b6e41e74e9
commit
67f7877326
|
@ -15,7 +15,7 @@ and is described on the website.
|
||||||
* Persian numbers
|
* Persian numbers
|
||||||
|
|
||||||
Dictionaries are based on
|
Dictionaries are based on
|
||||||
[http://ece.ut.ac.ir/dbrg/Hamshahri/download.html Hamshahri Corpus].
|
[http://ece.ut.ac.ir/dbrg/Hamshahri/publications.html#pub_1 Hamshahri Corpus].
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -25,9 +25,9 @@ Repo:https://github.com/pi3ch/persian_anysoftkeyboard
|
||||||
Build Version:20120613-persian-numbers,4,!no licence 5c341f2e73,patch=xml.patch;rules.patch,\
|
Build Version:20120613-persian-numbers,4,!no licence 5c341f2e73,patch=xml.patch;rules.patch,\
|
||||||
srclibs=AnySoftKeyboardTools@73e9a09496,prebuild=\
|
srclibs=AnySoftKeyboardTools@73e9a09496,prebuild=\
|
||||||
mkdir -p res/raw/ dict/ && rm -rf assets/ gen/ && \
|
mkdir -p res/raw/ dict/ && rm -rf assets/ gen/ && \
|
||||||
cp res/xml/pi.xml dict/words.xml && ant dict -f custom_rules.xml && \
|
cp res/xml/pi.xml dict/words.xml && ant dict -f rules.xml && \
|
||||||
mv res/raw/words_1.dict words_2.dict && \
|
mv res/raw/words_1.dict words_2.dict && \
|
||||||
cp res/xml/fa.xml dict/words.xml && ant dict -f custom_rules.xml && \
|
cp res/xml/fa.xml dict/words.xml && ant dict -f rules.xml && \
|
||||||
rm dict/words.xml && mv words_2.dict res/raw/
|
rm dict/words.xml && mv words_2.dict res/raw/
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
diff --git a/custom_rules.xml b/custom_rules.xml
|
diff --git a/rules.xml b/rules.xml
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000..575a987
|
index 0000000..575a987
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/custom_rules.xml
|
+++ b/rules.xml
|
||||||
@@ -0,0 +1,12 @@
|
@@ -0,0 +1,12 @@
|
||||||
+<?xml version="1.0" encoding="UTF-8"?>
|
+<?xml version="1.0" encoding="UTF-8"?>
|
||||||
+<project name="custom_rules" >
|
+<project name="rules" >
|
||||||
+ <target name="dict" >
|
+ <target name="dict" >
|
||||||
+
|
+
|
||||||
+ <java
|
+ <java
|
||||||
|
|
Loading…
Reference in a new issue