Wrap all strings in _td function for i18n

This commit is contained in:
Germain Souquet
2021-04-23 16:56:17 +01:00
parent 1ff5387f1d
commit 658304cc51
8 changed files with 394 additions and 27 deletions
+4
View File
@@ -11,7 +11,11 @@
},
"license": "Apache-2.0",
"files": [],
"bin": {
"matrix-gen-i18n": "scripts/gen-i18n.js"
},
"scripts": {
"i18n": "matrix-gen-i18n",
"mkdirs": "mkdirp packages deploys",
"fetch": "yarn run mkdirs && node scripts/fetch-package.js",
"asar-webapp": "asar p webapp webapp.asar",