Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit f6afd78

Browse files
authored
Merge pull request #88 from OpenTaal/Dutch
Update to Dutch pack
2 parents 20db242 + 436b9c1 commit f6afd78

File tree

18 files changed

+79
-15
lines changed

18 files changed

+79
-15
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,8 @@ use voice input, leave it as **Regular**.
189189
See also
190190
--------
191191

192+
* https://www.opentaal.org/het-laatste-nieuws/projectnieuws/51-publicaties/221-anysoftkeyboard
192193
* https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.anysoftkeyboard.languagepack.dutch.txt
193194
* https://f-droid.org/wiki/page/com.anysoftkeyboard.languagepack.dutch
195+
* https://play.google.com/store/apps/details?id=com.anysoftkeyboard.languagepack.dutch
196+
* https://f-droid.org/packages/com.anysoftkeyboard.languagepack.dutch

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId "com.anysoftkeyboard.languagepack.dutch"
2424
minSdkVersion 7
2525
targetSdkVersion 25
26-
versionCode 5
27-
versionName "1.4"
26+
versionCode 6
27+
versionName "1.5"
2828
}
2929

3030
signingConfigs {

dictionary/words.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
** The data in this file has a dual-license MIT/BSD and is allowed to be
3+
** The data in this file has a dual-license MIT/BSD and is intended to be
44
** distributed ONLY in the Dutch language pack for AnySoftKeyboard.
55
**
66
** The word list below is a highly customised export from the collection
264 Bytes
Loading
310 Bytes
Loading

src/main/res/drawable/flag_be.png

215 Bytes
Loading
File renamed without changes.

src/main/res/values-nl/strings.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="app_name">AnySoftKeyboard - Nederlands Taalpakket</string>
4-
<string name="keyboard_name">Nederlands</string>
54
<string name="dictionary_name">Nederlands</string>
6-
<string name="description">Nederlandse ondersteuning door Stichting OpenTaal</string>
5+
<string name="dictionary_description">Nederlandstalige ondersteuning door Stichting OpenTaal</string>
6+
<string name="keyboard_name">Nederlands</string>
7+
<string name="keyboard_description_nl">QWERTY voor Nederland en Surinamed door OpenTaal</string>
8+
<string name="keyboard_description_be">AZERTY voor België door OpenTaal</string>
79
</resources>

0 commit comments

Comments
 (0)