Skip to content

Commit

Permalink
chore(store): add netherland nvidia (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: fuckingrobot <fuckingrobot@users.noreply.github.com>
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
3 people committed Sep 23, 2020
1 parent 908ed35 commit a70e63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Here is a list of variables that you can use to customize your newly copied `.en
| ireland | `` | | |
| italy | `` | | |
| luxembourg | `` | | Nvidia supports debug |
| netherlands | `` | | Nvidia supports debug |
| poland | `` | | |
| portugal | `` | | |
| russia | | | Missing all IDs |
Expand Down
1 change: 1 addition & 0 deletions src/store/model/nvidia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const regionInfos = new Map<string, NvidiaRegionInfo>([
['ireland', {drLocale: 'en_gb', fe2060SuperId: null, fe3080Id: 5438792800, fe3090Id: null, nvidiaLocale: 'en_gb'}],
['italy', {drLocale: 'it_it', fe2060SuperId: null, fe3080Id: 5438796200, fe3090Id: null, nvidiaLocale: 'it_it'}],
['luxembourg', {drLocale: 'fr_fr', fe2060SuperId: 5394902700, fe3080Id: 5438795700, fe3090Id: null, nvidiaLocale: 'fr_fr'}],
['netherlands', {drLocale: 'nl_nl', fe2060SuperId: 5394903500, fe3080Id: 5438796700, fe3090Id: null, nvidiaLocale: 'nl_nl'}],
['poland', {drLocale: 'pl_pl', fe2060SuperId: null, fe3080Id: 5438797700, fe3090Id: null, nvidiaLocale: 'pl_pSl'}],
['portugal', {drLocale: 'en_gb', fe2060SuperId: null, fe3080Id: 5438794300, fe3090Id: null, nvidiaLocale: 'en_gb'}],
['russia', {drLocale: 'ru_ru', fe2060SuperId: null, fe3080Id: null, fe3090Id: null, nvidiaLocale: 'ru_ru'}],
Expand Down

0 comments on commit a70e63b

Please sign in to comment.