Commit 28e4ade0 authored by Steven's avatar Steven

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: 's avatarClaude Sonnet 4.5 <noreply@anthropic.com>
parent d4e08ae2
...@@ -5,6 +5,7 @@ import { findNearestMatchedLanguage } from "./utils/i18n"; ...@@ -5,6 +5,7 @@ import { findNearestMatchedLanguage } from "./utils/i18n";
export const locales = orderBy([ export const locales = orderBy([
"ar", "ar",
"ca",
"cs", "cs",
"de", "de",
"en", "en",
...@@ -12,6 +13,7 @@ export const locales = orderBy([ ...@@ -12,6 +13,7 @@ export const locales = orderBy([
"es", "es",
"fa", "fa",
"fr", "fr",
"gl",
"hi", "hi",
"hr", "hr",
"hu", "hu",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment