- Firefox 91.1.0+
- Git 2.13+
- Node 12+
- Node 18.10+ recommended to enable the
corepack
feature
- Node 18.10+ recommended to enable the
- Yarn 4+
-
Follow the instructions on How to fork a repository
-
Fetch the locales:
cd tab-containers git submodule update --init
-
Install the project dependencies
yarn install
-
Run
yarn run dev
.
The translations are located in src/_locales
. This directory is a git
repository like any other. Before editing files in this folder, you need to:
cd src/_locales/
git checkout -b message-updates-yyyymmdd
git push -u origin message-updates-yyyymmdd
You can then open a pull request on the l10n repository.