chore: move weblate translations to root directory ()

* chore: move translations to root directory

* chore: update build processes to work with new i18n location
This commit is contained in:
Ben 2024-10-22 11:39:28 -04:00 committed by GitHub
commit e98acc976e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
66 changed files with 66 additions and 61 deletions

View file

@ -19,6 +19,7 @@ const config = {
$lib: 'src/lib',
'$lib/*': 'src/lib/*',
'@test-data': 'src/test-data',
$i18n: '../i18n',
},
},
};