summaryrefslogtreecommitdiffstats
path: root/comm/mail/locales/l10n.toml
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/locales/l10n.toml')
-rw-r--r--comm/mail/locales/l10n.toml112
1 files changed, 112 insertions, 0 deletions
diff --git a/comm/mail/locales/l10n.toml b/comm/mail/locales/l10n.toml
new file mode 100644
index 0000000000..ab9fb19d03
--- /dev/null
+++ b/comm/mail/locales/l10n.toml
@@ -0,0 +1,112 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+basepath = "../.."
+
+locales = [
+ "af",
+ "ar",
+ "ast",
+ "be",
+ "bg",
+ "br",
+ "ca",
+ "cak",
+ "cs",
+ "cy",
+ "da",
+ "de",
+ "dsb",
+ "el",
+ "en-CA",
+ "en-GB",
+ "es-AR",
+ "es-ES",
+ "es-MX",
+ "et",
+ "eu",
+ "fi",
+ "fr",
+ "fy-NL",
+ "ga-IE",
+ "gd",
+ "gl",
+ "he",
+ "hr",
+ "hsb",
+ "hu",
+ "hy-AM",
+ "id",
+ "is",
+ "it",
+ "ja",
+ "ja-JP-mac",
+ "ka",
+ "kab",
+ "kk",
+ "ko",
+ "lv",
+ "lt",
+ "mk",
+ "ms",
+ "nb-NO",
+ "nl",
+ "nn-NO",
+ "pa-IN",
+ "pl",
+ "pt-BR",
+ "pt-PT",
+ "rm",
+ "ro",
+ "ru",
+ "sk",
+ "sl",
+ "sq",
+ "sr",
+ "sv-SE",
+ "th",
+ "tr",
+ "uk",
+ "uz",
+ "vi",
+ "zh-CN",
+ "zh-TW",
+]
+
+[env]
+ l = "{l10n_base}/{locale}/"
+ mozilla = ".."
+
+
+[[paths]]
+ reference = "mail/locales/en-US/**"
+ l10n = "{l}mail/**"
+
+[[paths]]
+ reference = "chat/locales/en-US/**"
+ l10n = "{l}chat/**"
+
+[[paths]]
+ reference = "mail/branding/thunderbird/locales/en-US/**"
+ l10n = "{l}mail/branding/thunderbird/**"
+
+[[includes]]
+ path = "{mozilla}/devtools/client/locales/l10n.toml"
+
+[[includes]]
+ path = "{mozilla}/toolkit/locales/l10n.toml"
+
+[[includes]]
+ path = "calendar/locales/l10n.toml"
+
+[[paths]]
+ reference = "{mozilla}/devtools/startup/locales/en-US/**"
+ l10n = "{l}devtools/startup/**"
+
+# all-l10n.js can be missing completely
+[[filters]]
+ path = [
+ "{l}mail/all-l10n.js",
+ ]
+ action = "ignore"