diff --git a/README.md b/README.md index 8a5d1aeb..1958ffa7 100644 --- a/README.md +++ b/README.md @@ -121,15 +121,13 @@ The server is configured with environment variables. See [server/config.js](serv ## Localization -Send localization is managed via [Pontoon](https://pontoon.mozilla.org/projects/test-pilot-firefox-send/), not direct pull requests to the repository. If you want to fix a typo, add a new language, or simply know more about localization, please get in touch with the [existing localization team](https://pontoon.mozilla.org/teams/) for your language or Mozilla’s [l10n-drivers](https://wiki.mozilla.org/L10n:Mozilla_Team#Mozilla_Corporation) for guidance. - -see also [docs/localization.md](docs/localization.md) +see [docs/localization.md](docs/localization.md) --- ## Contributing -Pull requests are always welcome! Feel free to check out the list of ["good first issues"](https://github.com/mozilla/send/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). +Pull requests are always welcome! Feel free to check out the list of "good first issues" (to be implemented). --- diff --git a/docs/localization.md b/docs/localization.md index 779210ae..1cd92d41 100644 --- a/docs/localization.md +++ b/docs/localization.md @@ -1,6 +1,6 @@ # Localization -Send is localized in over 50 languages. We use the [fluent](http://projectfluent.org/) library and store our translations in [FTL](http://projectfluent.org/fluent/guide/) files in `public/locales/`. `en-US` is our base language, and other languages are managed by [pontoon](https://pontoon.mozilla.org/projects/test-pilot-firefox-send/). +Send is localized in over 50 languages. We use the [fluent](http://projectfluent.org/) library and store our translations in [FTL](http://projectfluent.org/fluent/guide/) files in `public/locales/`. `en-US` is our base language. ## Process