Skip to content
Merged
22 changes: 1 addition & 21 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,26 +287,6 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
file: 'id-ID.json',
name: 'Indonesia',
},
{
code: 'fi',
file: 'fi.json',
name: 'Suomi',
},
{
code: 'gl-ES',
file: 'gl-ES.json',
name: 'Galego',
},
{
code: 'ko-KR',
file: 'ko-KR.json',
name: '한국어',
},*/,
{
code: 'id-ID',
file: 'id-ID.json',
name: 'Indonesia',
},
Comment on lines -290 to -309
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you add these back (and also the contents of lunaria/files)? 🙏

{
code: 'it-IT',
file: 'it-IT.json',
Expand Down Expand Up @@ -347,7 +327,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
code: 'cy',
file: 'cy.json',
name: 'Cymraeg',
},*/
},*/,
{
code: 'nb-NO',
file: 'nb-NO.json',
Expand Down
Loading
Loading