🍉🍉🍉 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:
Prosta4okua
2023-01-07 21:42:27 +02:00
committed by GitHub
parent eb410af371
commit 574a10e5f8
4 changed files with 304 additions and 287 deletions

View File

@@ -141,7 +141,7 @@ public class WaveInfoDialog extends BaseDialog{
});
if(experimental){
buttons.button("Random", Icon.refresh, () -> {
buttons.button(Core.bundle.get("waves.random"), Icon.refresh, () -> {
groups.clear();
groups = Waves.generate(1f / 10f);
updateWaves();