fixing crashes, upgrading dependencies, patching security vulnerabilities

This commit is contained in:
Amruth Pillai
2020-10-03 08:57:37 +05:30
parent 2410ce024a
commit 2aaed1a575
20 changed files with 4584 additions and 3245 deletions

View File

@@ -1,4 +1,3 @@
import zh from './zh.json';
import ar from './ar.json';
import da from './da.json';
import de from './de.json';
@@ -11,11 +10,13 @@ import kn from './kn.json';
import nb from './nb.json';
import nl from './nl.json';
import ptBr from './pt-br.json';
import ptPt from './pt-pt.json';
import tr from './tr.json';
import zh from './zh.json';
export default {
zh: { translation: zh },
ar: { translation: ar },
zh: { translation: zh },
da: { translation: da },
de: { translation: de },
en: { translation: en },
@@ -27,5 +28,6 @@ export default {
nb: { translation: nb },
nl: { translation: nl },
ptBr: { translation: ptBr },
ptPt: { translation: ptPt },
tr: { translation: tr },
};