From db2a55115a82044d9ef3d7c19fe471fea5a6565b Mon Sep 17 00:00:00 2001 From: Thomas <1080251-thomassth@users.noreply.gitlab.com> Date: Fri, 2 Apr 2021 06:55:18 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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). --- From d05eb3e882a1634837b59439f5d5819f04d76e22 Mon Sep 17 00:00:00 2001 From: Thomas <1080251-thomassth@users.noreply.gitlab.com> Date: Fri, 2 Apr 2021 06:58:32 +0000 Subject: [PATCH 2/2] Update localization.md --- docs/localization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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