Add TRANSLATORS comments

This will better help the translators as they complete the difficult task
of taking one language and finding commonality in another.

Closes #165
Closes #161
This commit is contained in:
ThiloVoigt555
2014-10-13 17:30:28 +02:00
committed by Blake Grotewold
parent b3e094694b
commit b512153d73
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ var Outside = {
Outside.updateVillageRow(k, $SM.get('game.buildings["'+k+'"]'), village);
}
}
/// TRANSLATORS : pop is short for population.
population.text(_('pop ') + $SM.get('game.population') + '/' + this.getMaxPopulation());
var hasPeeps;