Enable language packs (#941)

* install language packs

* register localization contribution to backend module

* copy i18n folder to build

* fix chinese language iid
This commit is contained in:
Alberto Iannaccone
2022-04-08 14:59:11 +02:00
committed by GitHub
parent 46a3466bc5
commit 6176e50acf
7 changed files with 173 additions and 7 deletions

View File

@@ -74,6 +74,7 @@
'yarn.lock',
'package.json',
'lerna.json',
'i18n'
]) {
cp('-rf', path(rootPath, name), path('..', workingCopy));
}