summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-06-16 13:01:10 +0200
committerGitHub <noreply@github.com>2017-06-16 13:01:10 +0200
commit3fadbe2172359e2012cd461626e6dcc829d896e9 (patch)
tree3009204cc48bdeb0c3b66b2ce6a87b882cd4d56d /core
parent3e7bbf2ca383056d661d4f978e2747269ba7f4a8 (diff)
parente42d59f01e60b18752d1cb5ef0a631c55e75a1b4 (diff)
Merge pull request #9201 from vnen/rename-extensions
Rename Godot-specific resource extensions
Diffstat (limited to 'core')
-rw-r--r--core/translation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/translation.h b/core/translation.h
index 577282b45f..8630b8a478 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;