tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

l10n.toml (3398B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 basepath = "../.."
      6 
      7 locales = [
      8    "ach",
      9    "af",
     10    "an",
     11    "ar",
     12    "ast",
     13    "az",
     14    "be",
     15    "bg",
     16    "bn",
     17    "bo",
     18    "br",
     19    "brx",
     20    "bs",
     21    "ca",
     22    "ca-valencia",
     23    "cak",
     24    "ckb",
     25    "cs",
     26    "cy",
     27    "da",
     28    "de",
     29    "dsb",
     30    "el",
     31    "en-CA",
     32    "en-GB",
     33    "eo",
     34    "es-AR",
     35    "es-CL",
     36    "es-ES",
     37    "es-MX",
     38    "et",
     39    "eu",
     40    "fa",
     41    "ff",
     42    "fi",
     43    "fr",
     44    "fur",
     45    "fy-NL",
     46    "ga-IE",
     47    "gd",
     48    "gl",
     49    "gn",
     50    "gu-IN",
     51    "he",
     52    "hi-IN",
     53    "hr",
     54    "hsb",
     55    "hu",
     56    "hy-AM",
     57    "hye",
     58    "ia",
     59    "id",
     60    "is",
     61    "it",
     62    "ja",
     63    "ja-JP-mac",
     64    "ka",
     65    "kab",
     66    "kk",
     67    "km",
     68    "kn",
     69    "ko",
     70    "lij",
     71    "lo",
     72    "lt",
     73    "ltg",
     74    "lv",
     75    "meh",
     76    "mk",
     77    "ml",
     78    "mr",
     79    "ms",
     80    "my",
     81    "nb-NO",
     82    "ne-NP",
     83    "nl",
     84    "nn-NO",
     85    "oc",
     86    "pa-IN",
     87    "pl",
     88    "pt-BR",
     89    "pt-PT",
     90    "rm",
     91    "ro",
     92    "ru",
     93    "sat",
     94    "sc",
     95    "scn",
     96    "sco",
     97    "si",
     98    "sk",
     99    "skr",
    100    "sl",
    101    "son",
    102    "sq",
    103    "sr",
    104    "sv-SE",
    105    "szl",
    106    "ta",
    107    "te",
    108    "tg",
    109    "th",
    110    "tl",
    111    "tr",
    112    "trs",
    113    "uk",
    114    "ur",
    115    "uz",
    116    "vi",
    117    "wo",
    118    "xh",
    119    "zh-CN",
    120    "zh-TW",
    121    ]
    122 
    123 [env]
    124    l = "{l10n_base}/{locale}/"
    125 
    126 
    127 [[paths]]
    128    reference = "browser/locales/en-US/**"
    129    l10n = "{l}browser/**"
    130 
    131 [[paths]]
    132    reference = "browser/branding/official/locales/en-US/**"
    133    l10n = "{l}browser/branding/official/**"
    134 
    135 [[paths]]
    136    reference = "browser/branding/tb-alpha/locales/en-US/**"
    137    l10n = "{l}browser/branding/tb-alpha/**"
    138 
    139 [[paths]]
    140    reference = "browser/branding/tb-nightly/locales/en-US/**"
    141    l10n = "{l}browser/branding/tb-nightly/**"
    142 
    143 [[paths]]
    144    reference = "browser/branding/tb-release/locales/en-US/**"
    145    l10n = "{l}browser/branding/tb-release/**"
    146 
    147 # This file was removed in bug 1948916. In order to keep this file in
    148 # repositories, we need to preserve this entry until esr115 and esr128 become
    149 # unsupported.
    150 [[paths]]
    151    reference = "browser/extensions/formautofill/locales/en-US/**"
    152    l10n = "{l}browser/extensions/formautofill/**"
    153 
    154 # This file was removed in bug 1952334. In order to keep this file in
    155 # repositories, we need to preserve this entry until esr115 and esr128 become
    156 # unsupported.
    157 [[paths]]
    158    reference = "browser/extensions/report-site-issue/locales/en-US/**"
    159    l10n = "{l}browser/extensions/report-site-issue/**"
    160 
    161 
    162 [[includes]]
    163    path = "toolkit/locales/l10n.toml"
    164 
    165 [[includes]]
    166    path = "devtools/client/locales/l10n.toml"
    167 
    168 [[paths]]
    169    reference = "devtools/startup/locales/en-US/**"
    170    l10n = "{l}devtools/startup/**"
    171 
    172 # Filters
    173 # The filters below are evaluated one after the other, in the given order.
    174 # Enter a combination of path as in the localization, key, and an action,
    175 # to change the default behavior of compare-locales and l10n merge.
    176 #
    177 # For browser/locales/en-US/chrome/browser/foo.properties,
    178 # path would be {l}browser/chrome/browser/foo.properties
    179 # key: the key/id of the entity
    180 # If key isn't specified, the complete file can be missing.
    181 [[filters]]
    182    path = [
    183        "{l}browser/firefox-l10n.js",
    184    ]
    185    action = "ignore"