MosheBerman/KosherCocoa

The Translation Issue

MosheBerman opened this issue · 0 comments

If you want to help translation the framework into any one of the languages listed here, please follow these steps:

  1. Jump to the related issue
  2. Assign yourself and leave a note.
  3. 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.
  4. Copy Localizable.strings from en.lproj into your new folder.
  5. Open the copied file and start translating. The format is "english text"="your translated text";
  6. When you're ready to submit a partial or complete localization, open a PR.

Thanks!