* Update how text renders in button and key
* Add a placeholder
* Add actual code and language entry
* Sort buttons
* Alter to keep original behaviour
* I HAVE OCD
* Add back legacy behaviour
Steps to reproduce:
1. reset everything in custom game
2. restart the game
3. go to the custom game scene
4. go to the custom sequence scene and set a new sequence
5. leave the scene and go to the custom game scene
6. begin to clear
Unintended behavior:
The sequence is still the default old sequence (7-bag)
Intended behavior:
The sequence is the newly set sequence
Rationale:
The bug was introduced by #1139.
It deleted a line of `apply_locals()` which I wrongly believed that the custom modes will execute initialize() anyway, but it turned out initialization is only executed during the start of the whole game.
The patch is simple: just add back the deleted line
* Cleaning-up the translation
* Update app_piano.lua
* Update lang_vi.lua
* Update TVN's link
I feel bruh because I should at least realize that TVN server lost it's Tier-3 boost a long time ago
* Small changes in dict.lua
* Small update in dict_vi.lua
* Remove a redundant "do-end"
* Multiple changes
- Edit Vietnamese Zictionary
- Add STRING.viRemoveDiacritics()
- Edit the search behavior with string written in Vietnamese without diacritics
* Small changes
* Update lang_vi.lua
* Small change
* fix#983 (#995)
* Pull from Shard Nguyen
* Change a mode's description
* Fix a bug when Help button don't restore it's color in a condition
* Update dict_vi.lua
* Update Zictionary (mostly fix broken sentences)
* Update game's translation
* Update modes
* Update dictionary
* Minor change
* Update stat translation
* Minor change
* Minor change
* Update lang_vi.lua
* Minor changes
* Fix misunderstanding help text
* Update scene
* Rename _utf8lower to needLowerUTF8
* Add titleLowered and keywordsLowered
* Fix stuck color again
---------
Co-authored-by: scdhh <51957264+shoucandanghehe@users.noreply.github.com>