locale test
This commit is contained in:
parent
a3bcdbc7b8
commit
a8e73a4c70
7 changed files with 25 additions and 1 deletions
|
@ -20,7 +20,7 @@ offset_top = 258.0
|
|||
offset_right = 949.0
|
||||
offset_bottom = 326.0
|
||||
theme_override_font_sizes/font_size = 49
|
||||
text = "Press enter or B to continue"
|
||||
text = "TEXT_CONTINUE"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
|
|
|
@ -61,6 +61,10 @@ schar={
|
|||
]
|
||||
}
|
||||
|
||||
[internationalization]
|
||||
|
||||
locale/translations=PackedStringArray("res://text.en.translation", "res://text.es.translation", "res://text.ja.translation")
|
||||
|
||||
[physics]
|
||||
|
||||
2d/default_gravity_vector=Vector2(0, 0)
|
||||
|
|
3
text.csv
Normal file
3
text.csv
Normal file
|
@ -0,0 +1,3 @@
|
|||
,en,es,ja
|
||||
TEXT_CONTINUE,Press enter or B to continue,Presiona Intro o B para continuar,Enter または B を押して続行します
|
||||
KEY_PUSH,Push Me!,Aprétame!,押す
|
|
17
text.csv.import
Normal file
17
text.csv.import
Normal file
|
@ -0,0 +1,17 @@
|
|||
[remap]
|
||||
|
||||
importer="csv_translation"
|
||||
type="Translation"
|
||||
uid="uid://dt1vbfhc5vuwh"
|
||||
|
||||
[deps]
|
||||
|
||||
files=["res://text.en.translation", "res://text.es.translation", "res://text.ja.translation"]
|
||||
|
||||
source_file="res://text.csv"
|
||||
dest_files=["res://text.en.translation", "res://text.es.translation", "res://text.ja.translation"]
|
||||
|
||||
[params]
|
||||
|
||||
compress=true
|
||||
delimiter=0
|
BIN
text.en.translation
Normal file
BIN
text.en.translation
Normal file
Binary file not shown.
BIN
text.es.translation
Normal file
BIN
text.es.translation
Normal file
Binary file not shown.
BIN
text.ja.translation
Normal file
BIN
text.ja.translation
Normal file
Binary file not shown.
Loading…
Reference in a new issue