Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Added support for NORWAY
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmarmour committed Sep 22, 2020
1 parent 12c9328 commit 50562c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ var regionalConfig = map[string]RegionalConfig{
NvidiaLocale: "es_es",
Currency: "EUR",
},
"NOR": {
SKU: "5438797200",
Locale: "no_NO",
NvidiaLocale: "no_NO",
Currency: "NOK",
},
}

//TwitterConfig Generates TwitterConfiguration for application from environmental variables.
Expand Down

0 comments on commit 50562c3

Please sign in to comment.