chore(localization): move locales to i18n folder
This commit is contained in:
committed by
Benedikt Rötsch
parent
475ec2f58f
commit
14eb311151
@@ -10,7 +10,7 @@ module.exports.initializeTranslations = () => {
|
||||
|
||||
translations = {}
|
||||
|
||||
const localesPath = path.join(__dirname, '..', 'public', 'locales')
|
||||
const localesPath = path.join(__dirname, 'locales')
|
||||
|
||||
try {
|
||||
const files = fs.readdirSync(localesPath)
|
||||
|
||||
Reference in New Issue
Block a user