🍉🍉🍉 Watermelons have deployed. Prepare yourself for new Ukrainian translation for v7 release (#7885)
* hehe * Finished translation. Need to proofread. Added 2 missing entries. * Fixes * Fixes #2 * Added button Random to translations and fixed error * Fixes from @1stvaliduser * fixes * fixes * будівль -> будівель
This commit is contained in:
@@ -433,7 +433,7 @@ public class PlacementFragment{
|
||||
//commandTable: commanded units
|
||||
{
|
||||
commandTable.touchable = Touchable.enabled;
|
||||
commandTable.add("[accent]Command Mode").fill().center().labelAlign(Align.center).row();
|
||||
commandTable.add(Core.bundle.get("commandmode.name")).fill().center().labelAlign(Align.center).row();
|
||||
commandTable.image().color(Pal.accent).growX().pad(20f).padTop(0f).padBottom(4f).row();
|
||||
commandTable.table(u -> {
|
||||
u.left();
|
||||
@@ -503,7 +503,7 @@ public class PlacementFragment{
|
||||
}).fillX().padTop(4f).left();
|
||||
}
|
||||
}else{
|
||||
u.add("[no units]").color(Color.lightGray).growX().center().labelAlign(Align.center).pad(6);
|
||||
u.add(Core.bundle.get("commandmode.nounits")).color(Color.lightGray).growX().center().labelAlign(Align.center).pad(6);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user