Skip to content

Commit

Permalink
fix(locales): remove extra space in French for 'default' (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
mleguen committed Feb 20, 2020
1 parent a0b61ac commit ecfc2c4
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usage.js
Expand Up @@ -221,7 +221,7 @@ module.exports = function usage (yargs, y18n) {
{ text: command[1] }
)
const hints = []
if (command[2]) hints.push(`[${__('default:').slice(0, -1)}]`) // TODO hacking around i18n here
if (command[2]) hints.push(`[${__('default')}]`)
if (command[3] && command[3].length) {
hints.push(`[${__('aliases:')} ${command[3].join(', ')}]`)
}
Expand Down
1 change: 1 addition & 0 deletions locales/be.json
Expand Up @@ -8,6 +8,7 @@
"number": "лік",
"array": "масіў",
"required": "неабходна",
"default": "па змаўчанні",
"default:": "па змаўчанні:",
"choices:": "магчымасці:",
"aliases:": "аліасы:",
Expand Down
1 change: 1 addition & 0 deletions locales/de.json
Expand Up @@ -8,6 +8,7 @@
"number": "Zahl",
"array": "array",
"required": "erforderlich",
"default": "Standard",
"default:": "Standard:",
"choices:": "Möglichkeiten:",
"aliases:": "Aliase:",
Expand Down
1 change: 1 addition & 0 deletions locales/en.json
Expand Up @@ -8,6 +8,7 @@
"number": "number",
"array": "array",
"required": "required",
"default": "default",
"default:": "default:",
"choices:": "choices:",
"aliases:": "aliases:",
Expand Down
1 change: 1 addition & 0 deletions locales/es.json
Expand Up @@ -8,6 +8,7 @@
"number": "número",
"array": "tabla",
"required": "requerido",
"default": "defecto",
"default:": "defecto:",
"choices:": "selección:",
"aliases:": "alias:",
Expand Down
1 change: 1 addition & 0 deletions locales/fi.json
Expand Up @@ -8,6 +8,7 @@
"number": "numero",
"array": "taulukko",
"required": "pakollinen",
"default": "oletusarvo",
"default:": "oletusarvo:",
"choices:": "vaihtoehdot:",
"aliases:": "aliakset:",
Expand Down
1 change: 1 addition & 0 deletions locales/fr.json
Expand Up @@ -8,6 +8,7 @@
"number": "nombre",
"array": "tableau",
"required": "requis",
"default": "défaut",
"default:": "défaut :",
"choices:": "choix :",
"aliases:": "alias :",
Expand Down
1 change: 1 addition & 0 deletions locales/hi.json
Expand Up @@ -8,6 +8,7 @@
"number": "अंक",
"array": "सरणी",
"required": "आवश्यक",
"default": "डिफॉल्ट",
"default:": "डिफॉल्ट:",
"choices:": "विकल्प:",
"aliases:": "उपनाम:",
Expand Down
1 change: 1 addition & 0 deletions locales/hu.json
Expand Up @@ -8,6 +8,7 @@
"number": "szám",
"array": "tömb",
"required": "kötelező",
"default": "alapértelmezett",
"default:": "alapértelmezett:",
"choices:": "lehetőségek:",
"aliases:": "aliaszok:",
Expand Down
1 change: 1 addition & 0 deletions locales/id.json
Expand Up @@ -9,6 +9,7 @@
"string": "string",
"array": "larik",
"required": "diperlukan",
"default": "bawaan",
"default:": "bawaan:",
"aliases:": "istilah lain:",
"choices:": "pilihan:",
Expand Down
1 change: 1 addition & 0 deletions locales/it.json
Expand Up @@ -8,6 +8,7 @@
"number": "numero",
"array": "vettore",
"required": "richiesto",
"default": "predefinito",
"default:": "predefinito:",
"choices:": "scelte:",
"aliases:": "alias:",
Expand Down
1 change: 1 addition & 0 deletions locales/ja.json
Expand Up @@ -8,6 +8,7 @@
"number": "数値",
"array": "配列",
"required": "必須",
"default": "デフォルト",
"default:": "デフォルト:",
"choices:": "選択してください:",
"aliases:": "エイリアス:",
Expand Down
1 change: 1 addition & 0 deletions locales/ko.json
Expand Up @@ -8,6 +8,7 @@
"number": "숫자",
"array": "배열",
"required": "필수",
"default": "기본",
"default:": "기본:",
"choices:": "선택:",
"aliases:": "별칭:",
Expand Down
1 change: 1 addition & 0 deletions locales/nb.json
Expand Up @@ -8,6 +8,7 @@
"number": "nummer",
"array": "matrise",
"required": "obligatorisk",
"default": "standard",
"default:": "standard:",
"choices:": "valg:",
"generated-value": "generert-verdi",
Expand Down
1 change: 1 addition & 0 deletions locales/nl.json
Expand Up @@ -8,6 +8,7 @@
"number": "getal",
"array": "lijst",
"required": "verplicht",
"default": "standaard",
"default:": "standaard:",
"choices:": "keuzes:",
"aliases:": "aliassen:",
Expand Down
1 change: 1 addition & 0 deletions locales/nn.json
Expand Up @@ -8,6 +8,7 @@
"number": "nummer",
"array": "matrise",
"required": "obligatorisk",
"default": "standard",
"default:": "standard:",
"choices:": "val:",
"generated-value": "generert-verdi",
Expand Down
1 change: 1 addition & 0 deletions locales/pl.json
Expand Up @@ -8,6 +8,7 @@
"number": "liczba",
"array": "tablica",
"required": "wymagany",
"default": "domyślny",
"default:": "domyślny:",
"choices:": "dostępne:",
"aliases:": "aliasy:",
Expand Down
1 change: 1 addition & 0 deletions locales/pt.json
Expand Up @@ -8,6 +8,7 @@
"number": "número",
"array": "arranjo",
"required": "requerido",
"default": "padrão",
"default:": "padrão:",
"choices:": "escolhas:",
"generated-value": "valor-gerado",
Expand Down
1 change: 1 addition & 0 deletions locales/ru.json
Expand Up @@ -8,6 +8,7 @@
"number": "число",
"array": "массив",
"required": "необходимо",
"default": "по умолчанию",
"default:": "по умолчанию:",
"choices:": "возможности:",
"aliases:": "алиасы:",
Expand Down
1 change: 1 addition & 0 deletions locales/th.json
Expand Up @@ -8,6 +8,7 @@
"number": "ตัวเลข",
"array": "อาเรย์",
"required": "จำเป็น",
"default": "ค่าเริ่มต้",
"default:": "ค่าเริ่มต้น",
"choices:": "ตัวเลือก",
"aliases:": "เอเลียส",
Expand Down
1 change: 1 addition & 0 deletions locales/tr.json
Expand Up @@ -8,6 +8,7 @@
"number": "numara",
"array": "array",
"required": "zorunlu",
"default": "varsayılan",
"default:": "varsayılan:",
"choices:": "seçimler:",
"aliases:": "takma adlar:",
Expand Down
1 change: 1 addition & 0 deletions locales/zh_CN.json
Expand Up @@ -8,6 +8,7 @@
"number": "数字",
"array": "数组",
"required": "必需",
"default": "默认值",
"default:": "默认值:",
"choices:": "可选值:",
"generated-value": "生成的值",
Expand Down
1 change: 1 addition & 0 deletions locales/zh_TW.json
Expand Up @@ -8,6 +8,7 @@
"number": "數字",
"array": "陣列",
"required": "必須",
"default": "預設值",
"default:": "預設值:",
"choices:": "可選值:",
"aliases:": "別名:",
Expand Down

0 comments on commit ecfc2c4

Please sign in to comment.