diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-06-16 13:01:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-16 13:01:10 +0200 |
commit | 3fadbe2172359e2012cd461626e6dcc829d896e9 (patch) | |
tree | 3009204cc48bdeb0c3b66b2ce6a87b882cd4d56d /core | |
parent | 3e7bbf2ca383056d661d4f978e2747269ba7f4a8 (diff) | |
parent | e42d59f01e60b18752d1cb5ef0a631c55e75a1b4 (diff) |
Merge pull request #9201 from vnen/rename-extensions
Rename Godot-specific resource extensions
Diffstat (limited to 'core')
-rw-r--r-- | core/translation.h | 2 |
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; |