diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mail/locales/l10n.toml | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/mail/locales/l10n.toml')
-rw-r--r-- | comm/mail/locales/l10n.toml | 112 |
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" |