i18n translation files for the Notify app and website.
- 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 !
{
// global.json
...
"errors": {
"server": "Server error !",
"unknown": "Unknown error"
},
...
}
- French