mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Translating the "Upper" and "Lower" case strings for the name input screen
This commit is contained in:
parent
0a5b36438d
commit
7ae0b4e977
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Font.default_name = Language::FONT_WESTERN
|
||||||
class Language
|
class Language
|
||||||
def self.create_input
|
def self.create_input
|
||||||
input = Window_NameInput.new
|
input = Window_NameInput.new
|
||||||
input.set_mode_buttons [['Upper', 'Lower']]
|
input.set_mode_buttons [[tr('Upper'), tr('Lower')]]
|
||||||
input.character_tables = {
|
input.character_tables = {
|
||||||
[0] => [ # Case: Upper
|
[0] => [ # Case: Upper
|
||||||
"A","B","C","D","E","F","G","H","I","J",
|
"A","B","C","D","E","F","G","H","I","J",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue