feat(localization): Add Ukrainian language translation (#1044)

This commit is contained in:
Denys Nykula 2025-11-08 20:46:20 +02:00 committed by GitHub
parent 49c9333359
commit 4f50d3245e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 69 additions and 0 deletions

View file

@ -27,6 +27,7 @@ func TestLocalizationService(t *testing.T) {
"pt-BR": "Carregando...",
"tr": "Yükleniyor...",
"ru": "Загрузка...",
"uk": "Завантаження...",
"vi": "Đang nạp...",
"zh-CN": "加载中...",
"zh-TW": "載入中...",