Remove TranslationPO

This commit is contained in:
Haoyu Qiu
2025-11-15 10:06:42 +08:00
parent ef34c3d534
commit 43e323dce5
3 changed files with 1 additions and 72 deletions

View File

@@ -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 {