diff options
| author | jmoenig <jens@moenig.org> | 2014-01-08 17:51:34 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-01-08 17:51:34 +0100 |
| commit | 1e959b8891df838b18c3bae40ba941c5f74df5cb (patch) | |
| tree | 486a78a5e9d49f6572fbf6babba04f88560eb6bd /locale.js | |
| parent | 1da3ae32aaf3eb45564c04d6e0a2d0067829fe7c (diff) | |
| download | snap-1e959b8891df838b18c3bae40ba941c5f74df5cb.tar.gz snap-1e959b8891df838b18c3bae40ba941c5f74df5cb.zip | |
fixed StopOthers blocks and added another option
also updated the German translation
Diffstat (limited to 'locale.js')
| -rw-r--r-- | locale.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-December-04'; +modules.locale = '2014-January-08'; // Global stuff @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2013-10-04' + '2014-01-08' }; SnapTranslator.dict.it = { |
