feat: Add Ukrainian translation

This commit is contained in:
jeffyololo
2026-04-27 10:19:01 +02:00
parent 499097fa3c
commit d096de1730
9 changed files with 2432 additions and 6 deletions
+2 -1
View File
@@ -14,9 +14,10 @@ import ru from '../i18n/translations/ru'
import zh from '../i18n/translations/zh'
import zhTw from '../i18n/translations/zhTw'
import ar from '../i18n/translations/ar'
import ua from '../i18n/translations/ua'
const rateLimitTranslations: Record<string, Record<string, string | unknown>> = {
en, br, de, es, fr, it, nl, pl, cs, hu, ru, zh, 'zh-TW': zhTw, ar,
en, br, de, es, fr, it, nl, pl, cs, hu, ru, zh, 'zh-TW': zhTw, ar, ua,
}
function translateRateLimit(): string {