Closed gwynjudd closed 2 years ago
looks good but what about calling it settings_ios
instead of settings
Note that we already have config_ios
and config_android
looks good but what about calling it
settings_ios
instead ofsettings
Note that we already haveconfig_ios
andconfig_android
Yeah seems like a good idea. I'll try to do that
Can create localizations for the Settings.bundle. For example, in Spanish (es.json):
"settings": { "Root": { "Core Build": "Core Buil", "Core Information": "Core Informatio", "Group": "Agrupar", "Host": "Host", "Identifier": "Identificador", "Model Build": "Modelo Buil", "Model Path": "Modelo Pat", "Model Version": "Modelo Versio", "Name": "Nombre", "Revision": "Revisión", "Server Information": "Información del servidor", "Version": "Versión" } }
It will create a file such as
platforms/ios//Resources/Settings.bundle/es.lproj/Root.strings
with the correct localizations