diff options
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 = { |
