diff options
| author | jmoenig <jens@moenig.org> | 2015-01-12 10:18:20 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2015-01-12 10:18:20 +0100 |
| commit | 91838819c479ce96dc7a0c2a772912354c9b3988 (patch) | |
| tree | 2d0574447a06c53b32e3798850dcc7129b9c94c7 /locale.js | |
| parent | a0b39a4dafd41214ebf52f2db149486a2bdf27b7 (diff) | |
| download | snap-yow-91838819c479ce96dc7a0c2a772912354c9b3988.tar.gz snap-yow-91838819c479ce96dc7a0c2a772912354c9b3988.zip | |
Italian translation update, thanks, Alberto Firpo!
Diffstat (limited to 'locale.js')
| -rw-r--r-- | locale.js | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,7 +6,7 @@ written by Jens Mönig - Copyright (C) 2014 by Jens Mönig + Copyright (C) 2015 by Jens Mönig This file is part of Snap!. @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2014-December-15'; +modules.locale = '2015-January-12'; // Global stuff @@ -157,11 +157,11 @@ SnapTranslator.dict.it = { 'language_name': 'Italiano', 'language_translator': - 'Stefano Federici', + 'Stefano Federici, Alberto Firpo', 'translator_e-mail': - 's_federici@yahoo.com', + 's_federici@yahoo.com, albertofirpo12@gmail.com', 'last_changed': - '2013-04-08' + '2015-01-12' }; SnapTranslator.dict.ja = { |
