Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 673 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 673 Bytes

i18n

i18n translation files for the Notify app and website.

How to contribute

Adding a new languages

  • Make sure you fork the repo and clone it locally
  • Copy the contents of the "en" (or a language you're familiar with) directory (in locales) to the new language's directory (must use a valid language code)
  • Start changing the translations !
  • Make a new PR once you're done
    • Add all the details of what you've added !

Example

{
  // global.json
  ...
  "errors": {
    "server": "Server error !",
    "unknown": "Unknown error"
  },
  ...
}

Already Translated

  • French