Skip to content

Commit

Permalink
feat: supports namespace delimiters and allow vertical bar (|) by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
rikumi committed Sep 20, 2024
1 parent 36a3065 commit b075520
Show file tree
Hide file tree
Showing 21 changed files with 3,205 additions and 3,032 deletions.
88 changes: 87 additions & 1 deletion .vscode/i18n-ally-reviews.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,89 @@
# Review comments generated by i18n-ally. Please commit this file.

{}
reviews:
config.namespace_delimiters:
locales:
de:
translation_candidate:
source: en
text: Namespace-Trennzeichen, standardmäßig [".", ":", "/", "|"]
time: '2024-09-20T05:09:02.785Z'
es:
translation_candidate:
source: en
text: >-
Delimitadores de espacio de nombres, por defecto [".", ":", "/",
"|"]
time: '2024-09-20T05:09:06.483Z'
fr:
translation_candidate:
source: en
text: Délimiteurs d'espace de noms, par défaut [".", ":", "/", "|"]
time: '2024-09-20T05:09:11.454Z'
hu:
translation_candidate:
source: en
text: Névtérhatárolók, alapértelmezés szerint [".", ":", "/", "|"]
time: '2024-09-20T05:09:14.467Z'
ja:
translation_candidate:
source: en
text: 名前空間区切り文字、デフォルトは ["."、":"、"/"、"|"]
time: '2024-09-20T05:09:17.596Z'
ko:
translation_candidate:
source: en
text: '네임스페이스 구분 기호(기본값: [".", ":", "/", "|"])'
time: '2024-09-20T05:09:24.426Z'
nb-NO:
translation_candidate:
source: en
text: Navneområdeskilletegn, som standard er [".", ":", "/", "|"]
time: '2024-09-20T05:09:28.583Z'
nl-NL:
translation_candidate:
source: en
text: >-
Scheidingstekens voor de naamruimte, standaard ingesteld op [".",
static: "/", "|"]
time: '2024-09-20T05:09:31.303Z'
pt-BR:
translation_candidate:
source: en
text: Delimitadores de namespace, padrão para [".", ":", "/", "|"]
time: '2024-09-20T05:09:34.448Z'
ru:
translation_candidate:
source: en
text: Разделители пространства имен, по умолчанию [.", ":", "/", "|"]
time: '2024-09-20T05:09:37.025Z'
sv-SE:
translation_candidate:
source: en
text: Namnområdesavgränsare, som standard är [".", ":", "/", "|"]
time: '2024-09-20T05:09:39.593Z'
th:
translation_candidate:
source: en
text: ตัวคั่นเนมสเปซ มีค่าเริ่มต้นเป็น [".", บาร์, "/", "|"]
time: '2024-09-20T05:09:42.003Z'
tr:
translation_candidate:
source: en
text: Ad alanı sınırlayıcıları, varsayılan olarak [".", ":", "/", "|"]
time: '2024-09-20T05:09:44.776Z'
uk-UA:
translation_candidate:
source: en
text: Роздільники простору імен, за замовчуванням [".", ":", "/", "|"]
time: '2024-09-20T05:09:48.097Z'
zh-CN:
translation_candidate:
source: en
text: 命名空间分隔符,默认为 [".", ":", "/", "|"]
time: '2024-09-20T05:09:51.453Z'
zh-TW:
translation_candidate:
source: en
text: 命名空間分隔符,預設為 [".", ":", "/", "|"]
time: '2024-09-20T05:09:54.556Z'
464 changes: 234 additions & 230 deletions locales/de.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"config.locale_country_map": "An object to map two letters locale code to country code",
"config.locales_paths": "Path to locales directory (relative to project root). Glob pattern is also acceptable.",
"config.namespace": "Enable namespaces. Check out the docs for more details.",
"config.namespace_delimiters": "Namespace delimiters, defaulting to [\".\", \":\", \"/\", \"|\"]",
"config.openai_api_key": "OpenAI API key",
"config.openai_api_model": "OpenAI chatgpt model",
"config.openai_api_root": "OpenAI API root URL",
Expand All @@ -88,8 +89,8 @@
"config.review_remove_on_resolved": "Remove the comment instead of marking it as resolved.",
"config.review_username": "Username for reviewing",
"config.show_flags": "Show flags along with locale codes",
"config.sort_keys": "Sort keys when saving to JSON/YAML",
"config.sort_compare": "Strategy for sorting keys.",
"config.sort_keys": "Sort keys when saving to JSON/YAML",
"config.sort_locale": "Locale to with if locale sort is used (will use the file's own locale if not specified)",
"config.source_language": "Source language for machine translation",
"config.tab_style": "Tab style for locale files",
Expand Down Expand Up @@ -236,5 +237,6 @@
"view.usage_keys_in_use": "{0} keys are in use",
"view.usage_keys_missing": "{0} keys are missing",
"view.usage_keys_not_in_use": "{0} keys are NOT in use",
"view.usage_report_none": "Press refresh to start analysing key usage"
"view.usage_report_none": "Press refresh to start analysing key usage",
"นามสกุล": ""
}
Loading

0 comments on commit b075520

Please sign in to comment.