-
-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve norwegian translations (#1042)
- Loading branch information
1 parent
c5ac124
commit e071c78
Showing
12 changed files
with
910 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
export default [ | ||
'beige', | ||
'grønn', | ||
'grå', | ||
'gul', | ||
'hvit', | ||
'indigo', | ||
'karmin', | ||
'blå', | ||
'lilla', | ||
'limegrønn', | ||
'magenta', | ||
'oransje', | ||
'rosa', | ||
'rød', | ||
'smaragdgrønn', | ||
'svart', | ||
'turkis', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { ColorDefinitions } from '../../..'; | ||
import human from './human'; | ||
|
||
const color: ColorDefinitions = { | ||
human, | ||
}; | ||
|
||
export default color; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
export default [ | ||
'Barn', | ||
'Bøker', | ||
'Dagligvarer', | ||
'Datamaskiner', | ||
'Elektronikk', | ||
'Filmer', | ||
'Hage og utemiljø', | ||
'Helse', | ||
'Hjem', | ||
'Klær', | ||
'Leker', | ||
'Musikk', | ||
'Sko', | ||
'Skjønnhet', | ||
'Spill', | ||
'Smykker', | ||
'Sport', | ||
'Verktøy', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { CommerceDefinitions } from '../../..'; | ||
import department from './department'; | ||
|
||
const commerce: CommerceDefinitions = { | ||
department, | ||
}; | ||
|
||
export default commerce; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.