Update available languages

This commit is contained in:
github-actions[bot]
2026-07-21 22:34:06 +00:00
parent 45801d931e
commit 460a8ca731
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ export const i18nResources = [
'ru',
'vi',
'zh-Hans',
'zh-Hant',
] as const;
export type I18nResourceCode = (typeof i18nResources)[number];