Merge pull request #99799 from akien-mga/fix-typos

Fix various typos and code style issues
This commit is contained in:
Rémi Verschelde 2024-11-29 22:02:53 +01:00
commit 56a7dba10b
No known key found for this signature in database
GPG key ID: C3336907360768E1
23 changed files with 116 additions and 114 deletions

View file

@ -483,6 +483,7 @@ void TranslationServer::setup() {
main_domain->set_pseudolocalization_skip_placeholders_enabled(GLOBAL_DEF("internationalization/pseudolocalization/skip_placeholders", true));
#ifdef TOOLS_ENABLED
ProjectSettings::get_singleton()->set_custom_property_info(PropertyInfo(Variant::STRING, "internationalization/locale/test", PROPERTY_HINT_LOCALE_ID, ""));
ProjectSettings::get_singleton()->set_custom_property_info(PropertyInfo(Variant::STRING, "internationalization/locale/fallback", PROPERTY_HINT_LOCALE_ID, ""));
#endif
}