feat(i18n): add Norwegian language support

This commit is contained in:
Tobias Barsnes
2024-12-26 13:26:16 +01:00
parent 8c8ffe04a7
commit f6e4ae700a
3 changed files with 54 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ export enum Languages {
Italian = "it",
Japanese = "ja",
Spanish = "es",
Norwegian = "no",
}
export type Language = keyof typeof Languages;