Changed spanish latin america and arabic locale & added portuguese

This commit is contained in:
bytedream 2022-02-24 21:22:58 +01:00
parent bd19b34088
commit 777738a1a1
2 changed files with 8 additions and 4 deletions

View file

@ -18,14 +18,15 @@ type LOCALE string
const (
JP LOCALE = "ja-JP"
US = "en-US"
LA = "es-LA"
LA = "es-419"
ES = "es-ES"
FR = "fr-FR"
PT = "pt-PT"
BR = "pt-BR"
IT = "it-IT"
DE = "de-DE"
RU = "ru-RU"
ME = "ar-ME"
AR = "ar-SA"
)
type Crunchyroll struct {