feat(i18n): add Farsi (fa) language support (#2385)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Arash Kadkhodaei
2026-07-05 17:38:17 +07:00
committed by decolua
co-authored by Cursor
parent 46e6c01a01
commit b6454d84da
4 changed files with 267 additions and 31 deletions
+1
View File
@@ -33,4 +33,5 @@ export const LOCALE_FLAGS = {
"fi": "🇫🇮",
"da": "🇩🇰",
"no": "🇳🇴",
"fa": "🇮🇷",
};