From 7008c22c12d7b35bdb7ab211b964f8e074921520 Mon Sep 17 00:00:00 2001 From: Goudarz Jafari Date: Fri, 6 Feb 2026 10:29:13 +0330 Subject: [PATCH] feat(i18n): add Persian(fa) to language list --- static/locales/es.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/locales/es.json b/static/locales/es.json index 7e221514..27c46c88 100644 --- a/static/locales/es.json +++ b/static/locales/es.json @@ -277,7 +277,8 @@ "languages": { "en": "English", "es": "Español", - "zh": "中文" + "zh": "中文", + "fa": "فارسی" } }, "favorites": {