This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
How to localise the app
Simone Martorelli edited this page Mar 15, 2021
·
1 revision
In this app the localization of the textual information is managed by a file called “Localizable.strings” that you can find inside the bundle (Here you can find more information on how to configure your app to support multiple languages).
All the textual information saved in the configuration file is treated as if it is a Localizable.strings key. If the key is not mapped in the Localizable.strings file, macOS will show the key directly and ignore custom localized text.