From a5f63adde32fd9017ea3e1099b95829acd569a15 Mon Sep 17 00:00:00 2001 From: techrunner Date: Fri, 9 Aug 2024 01:24:05 -0500 Subject: [PATCH] Started translation effort --- Assets/Translations/English/English.tres | 3 +++ project.godot | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 Assets/Translations/English/English.tres 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"