mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove TranslationPO
This commit is contained in:
@@ -364,7 +364,7 @@ void TranslationLoaderPO::get_recognized_extensions(List<String> *p_extensions)
|
||||
}
|
||||
|
||||
bool TranslationLoaderPO::handles_type(const String &p_type) const {
|
||||
return (p_type == "Translation") || (p_type == "TranslationPO");
|
||||
return p_type == "Translation";
|
||||
}
|
||||
|
||||
String TranslationLoaderPO::get_resource_type(const String &p_path) const {
|
||||
|
||||
Reference in New Issue
Block a user