mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 16:15:16 -07:00
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
|
module.exports = {
|
||
|
rootTranslationsPath: 'src/assets/i18n/',
|
||
|
langs: ['de', 'en'],
|
||
|
keysManager: {}
|
||
|
};
|