Skip to content

Commit

Permalink
Update locales
Browse files Browse the repository at this point in the history
Closes Add es-419 #151
  • Loading branch information
DonovanDMC committed Apr 18, 2024
1 parent 2fcf280 commit 7ff424b
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions lib/types/applications.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Record<Locale, string>>;

export interface CreateTestEntitlementOptions {
Expand Down

0 comments on commit 7ff424b

Please sign in to comment.