Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 390 Bytes

File metadata and controls

11 lines (9 loc) · 390 Bytes

i18n

DodoCodes.com Internationalization

How to translate

  • Fork this repo
  • Find the i18n language code for the language you want to translate to
  • Copy the en.i18n.json and name it xx.i18n.json (xx would be de for German, fi for Finnish, etc...) see https://www.w3.org/International/O-charset-lang.html
  • Translate the text on the right
  • Commit your changes
  • Start a pull request