mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 09:32:14 +00:00
Added i18n support
This commit is contained in:
7
resources/js/i18n/index.js
vendored
Normal file
7
resources/js/i18n/index.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// index.js
|
||||
import en from './lang/en.json'
|
||||
import sk from './lang/sk.json'
|
||||
|
||||
export const languages = {
|
||||
en, sk
|
||||
}
|
||||
Reference in New Issue
Block a user