From 9b9e9a4fd6f2da48abaa4fa91f8f78f2c739651e Mon Sep 17 00:00:00 2001 From: Amirhossein Alibakhshi Date: Tue, 6 Aug 2024 16:55:58 +0330 Subject: [PATCH] fix: add farsi to lunaria.config.json --- docs/lunaria.config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/lunaria.config.json b/docs/lunaria.config.json index 1de46a38..60abdd98 100644 --- a/docs/lunaria.config.json +++ b/docs/lunaria.config.json @@ -6,7 +6,7 @@ }, "files": [ { - "location": ".vitepress/config/{en,zh,pt,ru,es,ko}.ts", + "location": ".vitepress/config/{en,zh,pt,ru,es,ko,fa}.ts", "pattern": ".vitepress/config/@lang.ts", "type": "universal" }, @@ -40,6 +40,10 @@ { "label": "한국어", "lang": "ko" + }, + { + "label": "فارسی", + "lang": "fa" } ], "outDir": ".vitepress/dist/_translations",