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"