i18n in server. Some fixes
This commit is contained in:
parent
23ec2b8f55
commit
a0e5dc4723
13 changed files with 543 additions and 121 deletions
|
|
@ -19,6 +19,7 @@
|
|||
"i18next": "^10.0.7",
|
||||
"i18next-browser-languagedetector": "^2.1.0",
|
||||
"i18next-localstorage-cache": "^1.1.1",
|
||||
"i18next-sync-fs-backend": "^1.0.0",
|
||||
"i18next-xhr-backend": "^1.5.0",
|
||||
"immutability-helper": "^2.5.1",
|
||||
"indexof": "0.0.1",
|
||||
|
|
@ -114,6 +115,10 @@
|
|||
"error",
|
||||
"except-parens"
|
||||
],
|
||||
"comma-dangle": [
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"no-underscore-dangle": [
|
||||
"error",
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue