diff options
| author | jmoenig <jens@moenig.org> | 2013-07-24 17:09:57 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-07-24 17:09:57 +0200 |
| commit | af5c688407ee2bcb0e08993db34a0635af6c06a5 (patch) | |
| tree | 90c63063dff9b0fe3028fb45ee81bb2e5be5bea9 /locale.js | |
| parent | 4c9150d7e76a83bff903c079b3595cb44a255b30 (diff) | |
| download | snap-yow-af5c688407ee2bcb0e08993db34a0635af6c06a5.tar.gz snap-yow-af5c688407ee2bcb0e08993db34a0635af6c06a5.zip | |
* Dutch translation, thanks, Frank Sierens!
Diffstat (limited to 'locale.js')
| -rw-r--r-- | locale.js | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-July-11'; +modules.locale = '2013-July-24'; // Global stuff @@ -292,3 +292,14 @@ SnapTranslator.dict.es = { 'last_changed': '2013-03-25' }; + +SnapTranslator.dict.nl = { + 'language_name': + 'Nederlands', + 'language_translator': + 'Frank Sierens', + 'translator_e-mail': + 'frank.sierens@telenet.be', + 'last_changed': + '2013-07-24' +};
\ No newline at end of file |
