Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 562 Bytes

File metadata and controls

13 lines (10 loc) · 562 Bytes

RXTikTok-Localization

Steps to translate RXTikTok

  • Create a fork of this repo
  • Look at the en.lproj/Localizable.strings and add the new strings to your [language].lproj/Localizable.strings (this is necessary because the english localization file is updated every release. so every other language should have every string from en.lproj)
  • Translate the strings you just added
  • Commit & Create a pull request

THINGS NOT TO DO

  • Rename the files to something else
  • Break files syntax
  • Remove any strings or modify any key (in the key value pair)