Merge pull request #52 from UkrainianMindustry/master

Ukrainian translation
This commit is contained in:
Sharlotte
2021-12-08 17:25:23 +09:00
committed by GitHub
8 changed files with 146 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ public class WaveDisplay extends Table {
t.marginLeft(Scl.scl(modUiScale) * 3 * 8f);
if(settings.getBool("emptywave") && state.rules.spawns.find(g -> g.getSpawned(j) > 0) == null) {
t.center();
Label label = new Label("[lightgray]<Empty>[]");
Label label = new Label(bundle.get("empty"));
label.setFontScale(Scl.scl(modUiScale));
t.add(label);
return;