diff options
author | morpheus65535 <[email protected]> | 2022-02-03 09:38:10 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2022-02-03 09:38:10 -0500 |
commit | 54b8080a2576b2357c9679164532a5098cf014e7 (patch) | |
tree | 4be2c349497fcdde3f804db68b7383cc3605f73f | |
parent | 2a8dd4a89c1b56cb864ddf1150c1e665c52f0f38 (diff) | |
parent | a53fc440cdff7ed19ead50a0f81fa036d9debfe4 (diff) | |
download | bazarr-54b8080a2576b2357c9679164532a5098cf014e7.tar.gz bazarr-54b8080a2576b2357c9679164532a5098cf014e7.zip |
Merge remote-tracking branch 'origin/development' into development
-rw-r--r-- | bazarr/custom_lang.py | 2 | ||||
-rw-r--r-- | frontend/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bazarr/custom_lang.py b/bazarr/custom_lang.py index e038ef910..81beca99a 100644 --- a/bazarr/custom_lang.py +++ b/bazarr/custom_lang.py @@ -206,7 +206,7 @@ class ChineseTraditional(CustomLanguage): class LatinAmericanSpanish(CustomLanguage): alpha2 = "ea" # Only one available I can think of alpha3 = "spl" - language = "es-LA" + language = "es-MX" official_alpha2 = "es" official_alpha3 = "spa" name = "Latin American Spanish" diff --git a/frontend/package.json b/frontend/package.json index c6785cada..1b5df7998 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -51,11 +51,11 @@ "@types/react-router-dom": "^5", "@types/react-table": "^7", "http-proxy-middleware": "^2", - "sass": "^1", "husky": "^7", "prettier": "^2", "prettier-plugin-organize-imports": "^2", "pretty-quick": "^3.1", + "sass": "^1", "typescript": "^4" }, "scripts": { |