Files
dmenu-plus-front/i18nConfig.js
T
Mahyar Khanbolooki 1b3fac2f43 add: locale and i18n
2025-07-24 03:14:21 +03:30

7 lines
101 B
JavaScript

const i18nConfig = {
locales: ['en', 'fa'],
defaultLocale: 'fa'
};
module.exports = i18nConfig;