From f55f3e8afc3efeaa764f73cf0663d59c3e70d817 Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 27 Jan 2023 09:01:51 -0300 Subject: [PATCH] add l10n (#519) --- .gitignore | 2 ++ l10n.toml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 l10n.toml diff --git a/.gitignore b/.gitignore index 862addc06..af5f3d3a8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ # Ignore .idea .idea +# Ignore .fleet +.fleet # Ignore eclipse stuff .project diff --git a/l10n.toml b/l10n.toml new file mode 100644 index 000000000..3b3784744 --- /dev/null +++ b/l10n.toml @@ -0,0 +1,20 @@ +# File format info: https://moz-l10n-config.readthedocs.io/en/latest/fileformat.html +basepath = "." + +locales = [ + "en-x-owo", + "es-419", + "et", + "fr", + "it", + "ja", + "ko", + "pl", + "pt-BR", + "vi", + "zh-Hans" +] + +[[paths]] + reference = "gui/public/i18n/en/*.ftl" + l10n = "gui/public/i18n/{locale}/*.ftl"