From 0cfe05dad8271513a2ef58e4f183c530555c7c2d Mon Sep 17 00:00:00 2001 From: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:38:22 -0500 Subject: [PATCH] feat(Locale): add `SpanishLATAM` (#859) --- deno/rest/common.ts | 1 + rest/common.ts | 1 + 2 files changed, 2 insertions(+) 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',