The Translation Issue
MosheBerman opened this issue · 0 comments
MosheBerman commented
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.
Thanks!