diff --git a/Assets/Translations/English/English.tres b/Assets/Translations/English/English.tres new file mode 100644 index 0000000..5c6cb4a --- /dev/null +++ b/Assets/Translations/English/English.tres @@ -0,0 +1,3 @@ +[gd_resource type="Translation" format=3 uid="uid://co7ye3ul13ytw"] + +[resource] diff --git a/project.godot b/project.godot index 5f9e2fa..0003436 100644 --- a/project.godot +++ b/project.godot @@ -104,6 +104,10 @@ interact={ ] } +[internationalization] + +locale/translations=PackedStringArray("res://Assets/Translations/English/English.tres") + [layer_names] 3d_physics/layer_1="Terrain"