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

Commit

Permalink
Merge remote-tracking branch 'dutch/Dutch' into Dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
pokerazor committed Jul 9, 2017
2 parents b479a1d + 4bcb506 commit 88ac50b
Show file tree
Hide file tree
Showing 23 changed files with 263 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.DS_Store
/build
/captures
/LanguagePack-release.apk
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Woordenlijst
------------

De woordenlijst in dit project bevat maar een deel van de woorden van de
complete woordenlijst van Stichting OpenTaal. Als u voor andere doeleinde de
complete woordenlijst van Stichting OpenTaal. Als u voor andere doeleinden de
woordenlijst uit dit project wil hergebruiken, neem a.u.b. contact op met
Stichting OpenTaal. We kunnen maatwerk en uitgebreider woordenlijsten leveren
die beter aansluiten op uw behoeften.
Expand Down Expand Up @@ -104,10 +104,10 @@ pack for AnySoftKeyboard. This support has been created by Stichting OpenTaal
and can be installed by all without any costs.


Licence
License
-------

The language-specific files in this language pack have a dual license. Bot the
The language-specific files in this language pack have a dual license. Both the
[BSD 2-Clause License](http//opensource.org/licenses/bsd-license.php)
as the
[Creative Commons, Attribution 4.0 (unported)](https://creativecommons.org/licenses/by/4.0/deed.en)
Expand All @@ -119,7 +119,7 @@ Thanks

Thanks go to [TaalTik](http://taaltik.nl) for the word frequencies and
[Hellebaard](http://hellebaard.nl) for the software and configuration. The
[Taalunie](http://taalunie.org) is being thanked for organising the
[Taalunie](http://taalunie.org) is being thanked for organizing the
[De Week van het Nederlands](http://weekvanhetnederlands.org).


Expand All @@ -141,3 +141,10 @@ support for Dutch possible and actively maintained.
</a>

[![Flattr AnySoftKeyBoard LanguagePack Dutch by OpenTaal](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=OpenTaal&url=https://github.com/OpenTaal/LanguagePack&title=LanguagePack&language=en&tags=github&category=software)


See also
--------

* https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.anysoftkeyboard.languagepack.dutch.txt
* https://f-droid.org/wiki/page/com.anysoftkeyboard.languagepack.dutch
Binary file removed StoreStuff/feature_graphics.png
Binary file not shown.
Binary file removed StoreStuff/feature_graphics.pxd
Binary file not shown.
Binary file removed StoreStuff/landscape.png
Binary file not shown.
Binary file removed StoreStuff/portrait.png
Binary file not shown.
Binary file added StoreStuff/screenshot-phone-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-phone-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-phone-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-phone-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-phone-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-phone-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-phone-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-phone-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-tablet10inch-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-tablet10inch-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/screenshot-tablet10inch-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/store-feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreStuff/store-promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ android {
applicationId "com.anysoftkeyboard.languagepack.dutch"
minSdkVersion 7
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}

signingConfigs {
release {
storeFile file("key.store")
storeFile file("../../Documents/opentaal.keystore")
storePassword System.getenv("PACK_KEYSTORE_PASSWORD")
keyAlias System.getenv("PACK_KEYSTORE_ALIAS")
keyPassword System.getenv("PACK_KEYSTORE_KEY_PASSWORD")
Expand Down
Binary file removed key.store
Binary file not shown.
1 change: 0 additions & 1 deletion old_repo

This file was deleted.

Loading

0 comments on commit 88ac50b

Please sign in to comment.