From c520955488421c0887cc0f066e38205aa3049ce0 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Tue, 1 Jul 2025 17:48:00 +0200 Subject: [PATCH] (fo) change order --- locale/locales.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/locales.ts b/locale/locales.ts index ca9d5e84e..1a8fccef7 100644 --- a/locale/locales.ts +++ b/locale/locales.ts @@ -62,6 +62,7 @@ export default [ new LocaleDescription('eo', null, 'Esperanto', 'Esperanto', 'https://pronomejo.net', true, 'ĥ', 'constructed'), new LocaleDescription('en', 'eng', 'English', 'English', 'https://en.pronouns.page', true, 'þ', 'germanic'), new LocaleDescription('et', 'est', 'Eesti keel', 'Estoanian', 'https://et.pronouns.page', true, 'õ', 'finnish'), + new LocaleDescription('fo', 'far', 'Føroyskt', 'Faroese', 'https://fornovn.fo', true, 'ð', 'germanic'), new LocaleDescription('fr', 'fre', 'Français', 'French', 'https://pronoms.fr', true, 'ç', 'romance'), new LocaleDescription('gl', 'glc', 'Galego', 'Galician', 'https://gl.pronouns.page', false, 'ñ', 'romance'), // symbol duplicate with spanish new LocaleDescription('he', 'heb', 'עברית', 'Hebrew', 'https://he.pronouns.page', false, 'ע', 'semitic'), // // not entirely sure about the languange family @@ -86,6 +87,5 @@ export default [ new LocaleDescription('yi', 'ydd', 'ייִדיש', 'Yiddish', 'https://yi.pronouns.page', false, 'ש', 'germanic'), new LocaleDescription('zh', 'mnd', '中文', 'Mandarin Chinese', 'https://zh.pronouns.page', true, '人', ''), new LocaleDescription('tok', null, 'toki pona', 'Toki Pona', 'https://tok.pronouns.page', false, '⊡', 'constructed'), - new LocaleDescription('fo', 'far', 'Føroyskt', 'Faroese', 'https://fornovn.fo', true, 'ð', 'germanic'), ]; /* eslint-enable */