new app com.anysoftkeyboard.languagepack.esperanto
This commit is contained in:
parent
71f78421e4
commit
f2cc7e6060
BIN
build/extlib/LanguagePacks/eo.xml.gz
Normal file
BIN
build/extlib/LanguagePacks/eo.xml.gz
Normal file
Binary file not shown.
31
metadata/com.anysoftkeyboard.languagepack.esperanto.txt
Normal file
31
metadata/com.anysoftkeyboard.languagepack.esperanto.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
Category:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
||||
Donate:http://code.google.com/p/softkeyboard
|
||||
|
||||
Name:AnySoftKeyboard: Esperanto
|
||||
Summary:Language pack for AnySoft keyboard
|
||||
Description:
|
||||
Dictionary is based on the Wikipedia article database
|
||||
and has about 400,000 words.
|
||||
|
||||
Install [[com.menny.android.anysoftkeyboard]] first, then select
|
||||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
||||
|
||||
Build Version:20100613,2,1082,patch=xml.patch;rules.patch,\
|
||||
update=force,init=rm -rf bin/ gen/,extlibs=LanguagePacks/eo.xml.gz,\
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
||||
mkdir -p dict/ res/raw/ && gunzip -c libs/eo.xml.gz > dict/words.xml && rm -rf assets/ libs/,\
|
||||
build=ant dict -f rules.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:20100613
|
||||
Current Version Code:2
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
diff --git a/rules.xml b/rules.xml
|
||||
new file mode 100644
|
||||
index 0000000..575a987
|
||||
--- /dev/null
|
||||
+++ b/rules.xml
|
||||
@@ -0,0 +1,12 @@
|
||||
+<?xml version="1.0" encoding="UTF-8"?>
|
||||
+<project name="rules" >
|
||||
+ <target name="dict" >
|
||||
+
|
||||
+ <java
|
||||
+ failonerror="true"
|
||||
+ fork="true"
|
||||
+ jar="../extlib/AnySoftKeyboardTools/makedict/makedict.jar" >
|
||||
+ </java>
|
||||
+ </target>
|
||||
+
|
||||
+</project>
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
|
||||
index 251d640..359cfd3 100644
|
||||
--- a/res/xml/dictionaries.xml
|
||||
+++ b/res/xml/dictionaries.xml
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Dictionaries>
|
||||
- <Dictionary nameResId="@string/dictionary" locale="eo" id="50c2baa2-1234-4019-ab61-b54c21e81921" type="binary" dictionaryAssertName="eo.mp3" description="Created by Jacob Nordfalk"/>
|
||||
-</Dictionaries>
|
||||
\ No newline at end of file
|
||||
+ <Dictionary nameResId="@string/dictionary" locale="eo" id="50c2baa2-1234-4019-ab61-b54c21e81921" dictionaryResourceId="@array/words_dict_array" description="Created by Jacob Nordfalk from Wikipedia"/>
|
||||
+</Dictionaries>
|
|
@ -26,6 +26,6 @@ build=ant dict -f rules.xml
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:20111024
|
||||
Current Version Code:9
|
||||
Current Version:20110717
|
||||
Current Version Code:3
|
||||
|
||||
|
|
Loading…
Reference in a new issue