From 66290637c04a67a2de55e38c55f4b010e4e81da6 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 27 Mar 2023 19:16:57 +0200 Subject: [PATCH] missing list and group files --- frontend/static/languages/_groups.json | 2 +- frontend/static/languages/_list.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/static/languages/_groups.json b/frontend/static/languages/_groups.json index e334e2217..f0805c1fc 100644 --- a/frontend/static/languages/_groups.json +++ b/frontend/static/languages/_groups.json @@ -154,7 +154,7 @@ }, { "name": "turkish", - "languages": ["turkish"] + "languages": ["turkish", "turkish_1k"] }, { "name": "irish", diff --git a/frontend/static/languages/_list.json b/frontend/static/languages/_list.json index d2cca22d4..2561147f9 100644 --- a/frontend/static/languages/_list.json +++ b/frontend/static/languages/_list.json @@ -78,6 +78,7 @@ ,"greek_10k" ,"greek_25k" ,"turkish" + ,"turkish_1k" ,"irish" ,"italian" ,"italian_1k"