From 492ce43b4a41ad7052ee266bea98d52e7b6cec85 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Fri, 5 Jan 2024 11:13:52 +0100 Subject: [PATCH] :tada: Add ha language to the i18n subsystem --- frontend/gulpfile.js | 1 + frontend/src/app/util/i18n.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index ce92a04e2..93f6f810d 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -90,6 +90,7 @@ function readLocales() { ["ja_jp", "jpn_JP"], // ["fi", "fin_FI"], ["uk", "ukr_UA"], + "ha" ]; const result = {}; diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index fc79d676f..acb581697 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -30,6 +30,7 @@ {:label "Euskera (community)" :value "eu"} {:label "Français (community)" :value "fr"} {:label "Gallego (Community)" :value "gl"} + {:label "Hausa (Community)" :value "ha"} {:label "Hrvatski (Community)" :value "hr"} {:label "Italiano (community)" :value "it"} {:label "Norsk - Bokmål (community)" :value "nb_no"}