diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 8f992d52..b6739830 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -324,6 +324,7 @@ export enum Locale { Romanian = 'ro', Russian = 'ru', SpanishES = 'es-ES', + SpanishLATAM = 'es-419', Swedish = 'sv-SE', Thai = 'th', Turkish = 'tr', diff --git a/rest/common.ts b/rest/common.ts index 8f992d52..b6739830 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -324,6 +324,7 @@ export enum Locale { Romanian = 'ro', Russian = 'ru', SpanishES = 'es-ES', + SpanishLATAM = 'es-419', Swedish = 'sv-SE', Thai = 'th', Turkish = 'tr',