Set up i18n

This commit is contained in:
Iván Ovejero
2021-11-09 09:59:48 +01:00
parent a46c7f827d
commit 1de9ecf4ec
19 changed files with 1891 additions and 13 deletions

5
vetur.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
projects: [
'./packages/editor-ui',
],
}