From ad2674d201d0923c67de543cf9248e4f87bcaaff Mon Sep 17 00:00:00 2001 From: Shivam Date: Thu, 26 Feb 2026 14:12:44 +0530 Subject: [PATCH] fix: chinese locale support in locales migration --- src/CardTheme.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/CardTheme.res b/src/CardTheme.res index 70f90c721..57fb9de79 100644 --- a/src/CardTheme.res +++ b/src/CardTheme.res @@ -85,24 +85,24 @@ let getLocaleFileName = locale => { | Some(Fr_BE) => "fr-BE" | Some(Es) => "es" | Some(Ca) => "ca" - // | Some(Zh) => "zh" // Pending support + | Some(Zh) => "zh" | Some(Pt) => "pt" | Some(It) => "it" | Some(Pl) => "pl" | Some(Nl) => "nl" - | Some(NI_BE) => "nl-BE" // to check + | Some(Nl_BE) => "nl-BE" | Some(Sv) => "sv" | Some(Ru) => "ru" - // | Some(Zh_HANT) => "zh-Hant" // Pending support + | Some(Zh_HANT) => "zh-Hant" | Some(Lt) => "lt" | Some(Cs) => "cs" | Some(Sk) => "sk" - | Some(Ls) => "is" // to check + | Some(Is) => "is" | Some(Cy) => "cy" | Some(El) => "el" | Some(Et) => "et" | Some(Fi) => "fi" - | Some(Nb) => "no" // to check + | Some(Nb) => "no" // no = Norwegian, nb = Norwegian (Bokmål). nb not available rn. | Some(Bs) => "bs" | Some(Da) => "da" | Some(Ms) => "ms"