1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

Norwegian language support

This commit is contained in:
Vegard Hoff Walmsness
2021-01-14 20:20:16 +01:00
committed by GitHub
parent 69746cd369
commit 05bac38fc3
4 changed files with 5 additions and 4 deletions

View File

@@ -540,7 +540,8 @@ angular.module('docs',
{ key: 'fin', label: 'Suomi' },
{ key: 'swe', label: 'Svenska' },
{ key: 'lav', label: 'Latviešu' },
{ key: 'dan', label: 'Dansk' }
{ key: 'dan', label: 'Dansk' },
{ key: 'nor', label: 'Norsk' }
];
})
/**