mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
chore(store): add netherland nvidia (#210)
Co-authored-by: fuckingrobot <fuckingrobot@users.noreply.github.com> Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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'}],
|
||||
|
||||
Reference in New Issue
Block a user