Update locales (#3421)

closes #3420
This commit is contained in:
Fleny
2024-02-08 22:14:19 +00:00
committed by GitHub
parent 317352e8df
commit 617d41f873
+2
View File
@@ -986,11 +986,13 @@ export type ImageFormat = 'jpg' | 'jpeg' | 'png' | 'webp' | 'gif' | 'json'
export type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096
export enum Locales {
Indonesian = 'id',
Danish = 'da',
German = 'de',
EnglishUk = 'en-GB',
EnglishUs = 'en-US',
Spanish = 'es-ES',
SpanishLatam = 'es-419',
French = 'fr',
Croatian = 'hr',
Italian = 'it',