Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update i18n #1195

Merged
merged 4 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,42 @@
"includeContext": true,
"browserTarget": "ui:build",
"format": "xlf",
"newTranslationTargetsBlank": true,
"outputPath": "src/i18n",
"removeIdsWithPrefix": [
"ngb.alert.close",
"ngb.timepicker.HH",
"ngb.toast.close-aria",
"ngb.pagination.first",
"ngb.datepicker.select-month",
"ngb.datepicker.previous-month",
"ngb.progressbar.value",
"ngb.carousel.slide-number",
"ngb.timepicker.hours",
"ngb.pagination.previous",
"ngb.carousel.previous",
"ngb.timepicker.MM",
"ngb.pagination.next",
"ngb.datepicker.select-year",
"ngb.datepicker.next-month",
"ngb.carousel.next",
"ngb.timepicker.minutes",
"ngb.pagination.last",
"ngb.timepicker.increment-hours",
"ngb.pagination.first-aria",
"ngb.pagination.previous-aria",
"ngb.timepicker.decrement-hours",
"ngb.pagination.next-aria",
"ngb.timepicker.increment-minutes",
"ngb.pagination.last-aria",
"ngb.timepicker.decrement-minutes",
"ngb.timepicker.SS",
"ngb.timepicker.seconds",
"ngb.timepicker.increment-seconds",
"ngb.timepicker.decrement-seconds",
"ngb.timepicker.PM",
"ngb.timepicker.AM"
],
"targetFiles": [
"messages.cs.xlf",
"messages.es.xlf",
Expand Down
5,587 changes: 2,654 additions & 2,933 deletions ui/src/i18n/messages.cs.xlf

Large diffs are not rendered by default.

5,527 changes: 2,624 additions & 2,903 deletions ui/src/i18n/messages.es.xlf

Large diffs are not rendered by default.

5,587 changes: 2,654 additions & 2,933 deletions ui/src/i18n/messages.fr.xlf

Large diffs are not rendered by default.

5,634 changes: 2,679 additions & 2,955 deletions ui/src/i18n/messages.it.xlf

Large diffs are not rendered by default.

5,567 changes: 2,644 additions & 2,923 deletions ui/src/i18n/messages.ja.xlf

Large diffs are not rendered by default.

5,563 changes: 2,642 additions & 2,921 deletions ui/src/i18n/messages.ko.xlf

Large diffs are not rendered by default.

5,605 changes: 2,663 additions & 2,942 deletions ui/src/i18n/messages.pt.xlf

Large diffs are not rendered by default.

5,603 changes: 2,662 additions & 2,941 deletions ui/src/i18n/messages.ru.xlf

Large diffs are not rendered by default.

628 changes: 194 additions & 434 deletions ui/src/i18n/messages.xlf

Large diffs are not rendered by default.

5,565 changes: 2,643 additions & 2,922 deletions ui/src/i18n/messages.zh-CN.xlf

Large diffs are not rendered by default.

5,605 changes: 2,663 additions & 2,942 deletions ui/src/i18n/messages.zh-TW.xlf

Large diffs are not rendered by default.

Loading