This repository contains translations for SimpleLogin's iOS and Android apps.
Do not find your language here? Feel free to make a pull request to propose your translation of a new language.
Each language has it own folder with 2 files:
Localizable.strings
for iOSstrings.xml
for Android
They both contain the same set of keys. Please respect the key order and modify only the translated texts.
Some of the texts are to be interpolated in runtime, so please pay attention to the placeholder and do not change their format (%@
for iOS and %1$s
for Android).
-
Make sure to name the folder with this format
<iso code>-<english name>
(for example:fr-French
,it-Italian
...). -
Make sure to copy all the keys from English version.
Android:
&
->&
'
->\'
iOS:
"
->\"
The apps will have a section in About page dedicated to contributors of this repository.
Want to be an unsung hero? Drop an email to [email protected] to let us know.