Added i18n
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-03 16:31:31 +03:00
parent f7b78f6d0f
commit 3c888dc7f1
14 changed files with 360 additions and 472 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'ru']
}
}