Progress on translations (#9703)

Start adding a few translations on setting pages, introduce
pseudo-locale, switch to dynamic import, add eslint rule
This commit is contained in:
Félix Malfait
2025-01-16 23:34:54 +01:00
committed by GitHub
parent f44b31573a
commit 7acb68929f
46 changed files with 3019 additions and 299 deletions

View File

@ -25,10 +25,10 @@ module.exports = {
},
plugins: ['project-structure'],
settings: {
'project-structure/folder-structure-config-path':path.resolve(
'project-structure/folder-structure-config-path': path.join(
__dirname,
'folderStructure.json'
)
'folderStructure.json',
),
},
rules: {
'project-structure/folder-structure': 'error',