From b9d14baa168ffe7b797e7e63ad540beb3d6d5504 Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Mon, 25 Oct 2021 20:02:26 +0200 Subject: [PATCH] l10n submodule repo --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 870cd7d..4123b0e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,21 @@ Here is a [video](https://www.youtube.com/watch?v=cer9EUKegG4) that demonstrates There is a timeout test that sometimes fails on certain machines, so make sure to run the tests on your clone before you make any changes to see if you have this problem. +#### Add/update messages for translation +The `src/_locales` directory is a git repository like any other, so to make changes to the messages: + +1. Make whatever changes you need in `src/_locales/en` as you work. + +2. `cd src/_locales/en` + +3. `git branch message-updates-yyyymmdd` + +4. `git push -u origin message-updates-yyyymmdd` + +You can then open a pull request from the `message-updates-yyyymmdd` branch to + +[the l10n repo](https://github.com/mozilla-l10n/multi-account-containers-l10n/) `main` branch. + ### Distributing #### Make the new version