Skip to content

NotifyTeam/i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

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

About

i18n translation files for the Notify app, extension, and website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published