(fo) change order

This commit is contained in:
Andrea Vos 2025-07-01 17:48:00 +02:00
parent c0ced0d4d8
commit c520955488

View File

@ -62,6 +62,7 @@ export default [
new LocaleDescription('eo', null, 'Esperanto', 'Esperanto', 'https://pronomejo.net', true, 'ĥ', 'constructed'), 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('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('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('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('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 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('yi', 'ydd', 'ייִדיש', 'Yiddish', 'https://yi.pronouns.page', false, 'ש', 'germanic'),
new LocaleDescription('zh', 'mnd', '中文', 'Mandarin Chinese', 'https://zh.pronouns.page', true, '人', ''), 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('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 */ /* eslint-enable */