We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384e94b commit b8ece62Copy full SHA for b8ece62
1 file changed
src/lib/providers.ts
@@ -2,7 +2,7 @@ export interface Provider {
2
id: string;
3
name: string;
4
icon: string;
5
- locale: 'en-US' | 'en-GB' | 'ja' | 'de' | 'it' | 'es' | 'es-mx' | 'ko' | 'zh-TW';
+ locale: 'en-US' | 'en-GB' | 'ja' | 'de' | 'it' | 'es' | 'es-MX' | 'ko' | 'zh-TW';
6
colors: {
7
primary: string;
8
secondary: string;
@@ -142,7 +142,7 @@ export const amazonMexico: Provider = {
142
...amazonJapan,
143
id: 'amz-mx',
144
name: 'Amazon Mexico',
145
- locale: 'es-mx',
+ locale: 'es-MX',
146
priority: 12,
147
enabled: false,
148
};
0 commit comments