From 6e3b3a8b10e22348c561dc3e56d55425b2608ca4 Mon Sep 17 00:00:00 2001 From: Travis Weston Date: Sun, 13 Jul 2014 00:56:35 -0400 Subject: [PATCH] Fixed whitespace conformity in localization.js --- script/localization.js | 84 ++++++++++++++++++++++++++++++++---------- 1 file changed, 64 insertions(+), 20 deletions(-) diff --git a/script/localization.js b/script/localization.js index 2b98c52..6e10222 100644 --- a/script/localization.js +++ b/script/localization.js @@ -1,27 +1,71 @@ (function(){ //only used for poedit to find translatable strings - var keywords = [ _('saved.'), _('wood'),_('builder'),_('teeth'),_('meat'),_('fur'), _('alien alloy'), _('bullets'), - _('charm'),_('leather'),_('iron'), _('steel'), _('coal'), _('enegy cell'), - _('torch'),_('medicine'),_('hunter'),_('trapper'),_('tanner'), - _("charcutier"),_('iron miner'),_('coal miner'), _('sulphur miner'), _('armourer'), - _('steelworker'),_('bait'),_('cured meat'), _('scales'), _('compass'), _('laser rifle'), - _('gatherer'),_('cloth'), _('scales'), _('cured meat'), _('thieves'), - _('not enough fur'), _('not enough wood'), _('not enough coal'), _('not enough iron'), _('not enough steel'), _('baited trap'), - _('not enough scales'), _('not enough teeth'), _('not enough leather'), - _('the compass points east.'), _('the compass points west.'), _('the compass points north.'), _('the compass points south.'), - _('the compass points northeast.'), _('the compass points northwest.'), _('the compass points southeast.'), _('the compass points southwest.')]; + var keywords = [ + _('saved.'), + _('wood'), + _('builder'), + _('teeth'), + _('meat'), + _('fur'), + _('alien alloy'), + _('bullets'), + _('charm'), + _('leather'), + _('iron'), + _('steel'), + _('coal'), + _('enegy cell'), + _('torch'), + _('medicine'), + _('hunter'), + _('trapper'), + _('tanner'), + _("charcutier"), + _('iron miner'), + _('coal miner'), + _('sulphur miner'), + _('armourer'), + _('steelworker'), + _('bait'), + _('cured meat'), + _('scales'), + _('compass'), + _('laser rifle'), + _('gatherer'), + _('cloth'), + _('scales'), + _('cured meat'), + _('thieves'), + _('not enough fur'), + _('not enough wood'), + _('not enough coal'), + _('not enough iron'), + _('not enough steel'), + _('baited trap'), + _('not enough scales'), + _('not enough teeth'), + _('not enough leather'), + _('the compass points east.'), + _('the compass points west.'), + _('the compass points north.'), + _('the compass points south.'), + _('the compass points northeast.'), + _('the compass points northwest.'), + _('the compass points southeast.'), + _('the compass points southwest.') + ]; delete keywords; //translate text in css by overriding attributes $("