diff --git a/src/utils/config.ts b/src/utils/config.ts index fcafa3092c..8d5a1ee26b 100644 --- a/src/utils/config.ts +++ b/src/utils/config.ts @@ -14,6 +14,5 @@ export const languages = { ja: '日本語', ko: '한국어', no: 'Norsk', - ru: 'Русский', - ar: 'العربية' -} as const \ No newline at end of file + ru: 'Русский' +} as const