mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-08 21:47:13 +08:00
Fix string
This commit is contained in:
@@ -22,6 +22,8 @@
|
|||||||
div#outfitting:before{ content: \''+ _("supplies:") + '\'}\
|
div#outfitting:before{ content: \''+ _("supplies:") + '\'}\
|
||||||
div#perks:before{ content: \''+ _("perks:") + '\'}\
|
div#perks:before{ content: \''+ _("perks:") + '\'}\
|
||||||
div#lootButtons:before { content: \''+ _("take:") + '\'}\
|
div#lootButtons:before { content: \''+ _("take:") + '\'}\
|
||||||
div#village:before{ content: \''+_('forest')+'\'}\
|
div#dropMenu:before { content: \''+ _("drop:") + '\'}\
|
||||||
|
div#village.noHuts:before { content: \'' + _("forest") + '\'}\
|
||||||
|
div#village:before { content: \'' + _("village") + '\'}\
|
||||||
').appendTo($('head'));
|
').appendTo($('head'));
|
||||||
})();
|
})();
|
||||||
|
|||||||
+1
-1
@@ -416,7 +416,7 @@ var Outside = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
population.text('pop ' + $SM.get('game.population') + '/' + this.getMaxPopulation());
|
population.text(_('pop ') + $SM.get('game.population') + '/' + this.getMaxPopulation());
|
||||||
|
|
||||||
var hasPeeps;
|
var hasPeeps;
|
||||||
if($SM.get('game.buildings["hut"]', true) == 0) {
|
if($SM.get('game.buildings["hut"]', true) == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user