new app com.anysoftkeyboard.languagepack.danish
This commit is contained in:
parent
f2cc7e6060
commit
10d1120186
BIN
build/extlib/LanguagePacks/da.xml.gz
Normal file
BIN
build/extlib/LanguagePacks/da.xml.gz
Normal file
Binary file not shown.
32
metadata/com.anysoftkeyboard.languagepack.danish.txt
Normal file
32
metadata/com.anysoftkeyboard.languagepack.danish.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
Category:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Danish
|
||||
Donate:http://code.google.com/p/softkeyboard
|
||||
|
||||
Name:AnySoftKeyboard: Danish
|
||||
Summary:Language pack for AnySoft keyboard
|
||||
Description:
|
||||
Dictionary has about 40,000 words and is based on the
|
||||
[http://www.statmt.org/europarl Europarl Corpus]
|
||||
which is in the Public Domain.
|
||||
|
||||
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/Danish
|
||||
|
||||
Build Version:20100614,2,1081,patch=xml.patch;rules.patch,\
|
||||
update=force,init=rm -rf bin/ gen/,extlibs=LanguagePacks/da.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/da.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:20100614
|
||||
Current Version Code:2
|
||||
|
18
metadata/com.anysoftkeyboard.languagepack.danish/rules.patch
Normal file
18
metadata/com.anysoftkeyboard.languagepack.danish/rules.patch
Normal file
|
@ -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>
|
12
metadata/com.anysoftkeyboard.languagepack.danish/xml.patch
Normal file
12
metadata/com.anysoftkeyboard.languagepack.danish/xml.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/res/xml/dictionaries.xml b/res/xml/dictionaries.xml
|
||||
index 8ced494..88a2d30 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" id="8760d0e4-5567-4e2a-978e-891e0b4b6123" locale="dk" type="binary" dictionaryAssertName="dk.mp3" description="Created by Jacob Nordfalk"/>
|
||||
-</Dictionaries>
|
||||
\ No newline at end of file
|
||||
+ <Dictionary nameResId="@string/dictionary" id="8760d0e4-5567-4e2a-978e-891e0b4b6123" locale="dk" dictionaryAssertName="@array/words_dict_array" description="Created by Jacob Nordfalk from Europarl Corpus"/>
|
||||
+</Dictionaries>
|
Loading…
Reference in a new issue