Change ua -> uk

This commit is contained in:
jeffyololo
2026-04-27 13:24:47 +02:00
parent d096de1730
commit 3120723c35
9 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -14,10 +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'
import uk from '../i18n/translations/uk'
const rateLimitTranslations: Record<string, Record<string, string | unknown>> = {
en, br, de, es, fr, it, nl, pl, cs, hu, ru, zh, 'zh-TW': zhTw, ar, ua,
en, br, de, es, fr, it, nl, pl, cs, hu, ru, zh, 'zh-TW': zhTw, ar, uk,
}
function translateRateLimit(): string {