Skip to content

Commit

Permalink
Merge pull request #70 from digitall-it/master
Browse files Browse the repository at this point in the history
Revert italian translation of javascript files with correct EN namespace
  • Loading branch information
Aaron Carlino authored Nov 16, 2016
2 parents c099bc5 + 3d0afd5 commit 83fa7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
if(typeof(console) != 'undefined') console.error('Class ss.i18n not defined');
}
else {
ss.i18n.addDictionary('it', {
ss.i18n.addDictionary('en', {
'Kickassets.ADDFILES': 'Aggiungi files...',
'KickAssets.DIDNTWORK': 'Oh beh, qualcosa è andato storto.',
'KickAssets.FILETOOBIG': 'File troppo grande. (%sMB). Massime dimensioni: %sMB',
Expand Down

0 comments on commit 83fa7ad

Please sign in to comment.