Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
morpheus65535 2022-02-03 09:38:10 -05:00
commit 54b8080a25
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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": {