Skip to content

Commit 348b967

Browse files
authored
feat(i18n): add support for norwegian language (#1104)
1 parent c6db424 commit 348b967

File tree

3 files changed

+1885
-0
lines changed

3 files changed

+1885
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
322322
file: 'cy.json',
323323
name: 'Cymraeg',
324324
},*/
325+
{
326+
code: 'no-NO',
327+
file: 'no-NO.json',
328+
name: 'Norsk',
329+
},
325330
]
326331

327332
const lunariaJSONFiles: Record<string, string> = {}

0 commit comments

Comments
 (0)