diff options
author | 2024-01-31 12:00:06 +0200 | |
---|---|---|
committer | 2024-01-31 11:01:56 +0100 | |
commit | 693f362e154fa700496b9c7da8619640f39b5a59 (patch) | |
tree | d58556f618c718d16cc53a876fd7c24b0bcecc2e /src | |
parent | fc06f01b340d745536946b8d348e1a7387f9d9dc (diff) | |
download | it-tools-693f362e154fa700496b9c7da8619640f39b5a59.tar.gz it-tools-693f362e154fa700496b9c7da8619640f39b5a59.tar.zst it-tools-693f362e154fa700496b9c7da8619640f39b5a59.zip |
feat(i18n): added ukrainian language (#827)
Added Ukrainian language
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/i18n/components/locale-selector.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/i18n/components/locale-selector.vue b/src/modules/i18n/components/locale-selector.vue index 29dc0e5..76b76e6 100644 --- a/src/modules/i18n/components/locale-selector.vue +++ b/src/modules/i18n/components/locale-selector.vue @@ -7,6 +7,7 @@ const localesLong: Record<string, string> = { fr: 'Français', pt: 'Português', ru: 'Русский', + uk: 'Українська', zh: '中文', }; |