Skip to content

Commit

Permalink
fix: avoid spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 12, 2024
1 parent c6d40cb commit e90c414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ export const languageLocales: Record<LocaleCodes, Locale> = {
name: 'ENGLISH',
file: 'en-US.json',
},
[LocaleCodes.es]: {
code: 'es-ES',
iso: 'es-ES',
name: 'ESPAÑOL',
file: 'es-ES.json',
},
// [LocaleCodes.es]: {
// code: 'es-ES',
// iso: 'es-ES',
// name: 'ESPAÑOL',
// file: 'es-ES.json',
// },
}
2 changes: 1 addition & 1 deletion types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export enum LocaleCodes {
en = 'en-US',
es = 'es-ES',
// es = 'es-ES',
}

export type Locale = {
Expand Down

0 comments on commit e90c414

Please sign in to comment.