fix: register Catalan and Galician locales in i18n configuration

The translation files ca.json and gl.json existed but weren't registered in the locales array, preventing users from selecting these languages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Steven 2025-12-25 08:52:51 +08:00
parent d4e08ae2bd
commit 28e4ade009
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import { findNearestMatchedLanguage } from "./utils/i18n";
export const locales = orderBy([
"ar",
"ca",
"cs",
"de",
"en",
@ -12,6 +13,7 @@ export const locales = orderBy([
"es",
"fa",
"fr",
"gl",
"hi",
"hr",
"hu",