aboutsummaryrefslogtreecommitdiff
path: root/core/translation.h
diff options
context:
space:
mode:
authorGeorge Marques2017-06-15 19:44:11 -0300
committerGeorge Marques2017-06-15 21:35:20 -0300
commite42d59f01e60b18752d1cb5ef0a631c55e75a1b4 (patch)
tree2699fa08b41a792096965717dce6be6b58487d0a /core/translation.h
parent7b1f1dbf37a06b4dd5922f843101fce8b980481c (diff)
downloadgodot-e42d59f01e60b18752d1cb5ef0a631c55e75a1b4.tar.gz
godot-e42d59f01e60b18752d1cb5ef0a631c55e75a1b4.tar.zst
godot-e42d59f01e60b18752d1cb5ef0a631c55e75a1b4.zip
Diffstat (limited to 'core/translation.h')
-rw-r--r--core/translation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/translation.h b/core/translation.h
index 577282b45..8630b8a47 100644
--- a/core/translation.h
+++ b/core/translation.h
@@ -36,7 +36,7 @@ class Translation : public Resource {
GDCLASS(Translation, Resource);
OBJ_SAVE_TYPE(Translation);
- RES_BASE_EXTENSION("xl");
+ RES_BASE_EXTENSION("translation");
String locale;
Map<StringName, StringName> translation_map;