From 31ea6ac23beee6f99920486e2afa40f690b7f9f8 Mon Sep 17 00:00:00 2001 From: alirezafarvardin Date: Fri, 15 Mar 2024 13:14:13 +0330 Subject: [PATCH] inlang/manage: add languageTag es --- project.inlang/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.inlang/settings.json b/project.inlang/settings.json index 00f15165..dc782329 100644 --- a/project.inlang/settings.json +++ b/project.inlang/settings.json @@ -3,7 +3,8 @@ "sourceLanguageTag": "en", "languageTags": [ "en", - "fa" + "fa", + "es" ], "modules": [ "https://cdn.jsdelivr.net/npm/@inlang/plugin-i18next@4/dist/index.js",