mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 23:07:36 +08:00
Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
54b8080a25
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue