feat: Add i18n with 7 languages (DE, EN, ES, FR, AR, RU, PL)
- Added vue-i18n with language switcher in header - Flag icons with language codes dropdown - RTL support for Arabic - Translated all navigation, auth, and module labels - Language preference saved to localStorage
This commit is contained in:
7
node_modules/@intlify/shared/index.js
generated
vendored
Normal file
7
node_modules/@intlify/shared/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./dist/shared.prod.cjs')
|
||||
} else {
|
||||
module.exports = require('./dist/shared.cjs')
|
||||
}
|
||||
Reference in New Issue
Block a user