mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Changed spanish latin america and arabic locale & added portuguese
This commit is contained in:
parent
bd19b34088
commit
777738a1a1
2 changed files with 8 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue