Allow localizing the application name with project translations

This commit is contained in:
Haoyu Qiu
2025-11-05 12:36:16 +08:00
parent 6fd949a6dc
commit b8a8f8b35a
12 changed files with 100 additions and 57 deletions
+1
View File
@@ -338,6 +338,7 @@
</member>
<member name="application/config/name_localized" type="Dictionary" setter="" getter="" default="{}">
Translations of the project's name. This setting is used by OS tools to translate application name on Android, iOS and macOS.
[b]Note:[/b] When left empty, the application name is translated using the project translations.
</member>
<member name="application/config/project_settings_override" type="String" setter="" getter="" default="&quot;&quot;">
Specifies a file to override project settings. For example: [code]user://custom_settings.cfg[/code]. See "Overriding" in the [ProjectSettings] class description at the top for more information.