chore(localization): move locales to i18n folder
This commit is contained in:
committed by
Benedikt Rötsch
parent
1c36ea6c85
commit
0858b832ad
@@ -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