From 7ff424b6ee093b89c95e33ce827a1090a36ddf08 Mon Sep 17 00:00:00 2001 From: Donovan Daniels Date: Thu, 18 Apr 2024 12:08:48 -0500 Subject: [PATCH] Update locales Closes Add es-419 #151 --- lib/types/applications.d.ts | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/lib/types/applications.d.ts b/lib/types/applications.d.ts index 6e765179..21fd565b 100644 --- a/lib/types/applications.d.ts +++ b/lib/types/applications.d.ts @@ -337,37 +337,38 @@ export interface GetApplicationCommandOptions { } export type Locale = - "bg" | - "cs" | + "id" | "da" | "de" | - "el" | "en-GB" | "en-US" | "es-ES" | - "fi" | + "es-419" | "fr" | - "hi" | "hr" | - "hu" | - "id" | "it" | - "ja" | - "ko" | "lt" | + "hu" | "nl" | "no" | "pl" | "pt-BR" | "ro" | - "ru" | + "fi" | "sv-SE" | - "th" | + "vi" | "tr" | + "cs" | + "el" | + "bg" | + "ru" | "uk" | - "vi" | + "hi" | + "th" | "zh-CN" | - "zh-TW"; + "ja" | + "zh-TW" | + "ko"; export type LocaleMap = Partial>; export interface CreateTestEntitlementOptions {