-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
If you want to help translation the framework into any one of the languages listed here, please follow these steps:
- Jump to the related issue
- Assign yourself and leave a note.
- Create a folder in
/Library/Localizations/
for the two letter code of your language. (For example:he.lproj
for Hebrew,ru.lproj
for Russian, etc.) If this already exists, skip to step 5. - Copy
Localizable.strings
fromen.lproj
into your new folder. - Open the copied file and start translating. The format is
"english text"="your translated text";
- When you're ready to submit a partial or complete localization, open a PR.
- Hebrew Translate To Hebrew #123
- French Translate to French #124
- German
- Spanish
- Portuguese Translate to Portuguese #125
- Russian Translate to Russian #128
Thanks!