feat: Add support for Norwegian translations (#10018)

This commit is contained in:
Sondre
2026-01-22 13:47:19 +01:00
committed by GitHub
parent e9c6a4a2d4
commit 8427f40e8d
15 changed files with 727 additions and 15 deletions

View File

@@ -304,6 +304,7 @@ export const dict = {
"language.ru": "Russian",
"language.pl": "Polish",
"language.ar": "Arabic",
"language.no": "Norwegian",
"toast.language.title": "Language",
"toast.language.description": "Switched to {{language}}",
@@ -647,4 +648,4 @@ export const dict = {
"workspace.reset.archived.one": "1 session will be archived.",
"workspace.reset.archived.many": "{{count}} sessions will be archived.",
"workspace.reset.note": "This will reset the workspace to match the default branch.",
}
}