Added i18n support

This commit is contained in:
MakingCG
2020-04-01 18:44:47 +02:00
parent 182091c21a
commit 8633650f82
52 changed files with 861 additions and 272 deletions

7
resources/js/i18n/index.js vendored Normal file
View File

@@ -0,0 +1,7 @@
// index.js
import en from './lang/en.json'
import sk from './lang/sk.json'
export const languages = {
en, sk
}