mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
actually import dutch language
Signed-off-by: MiniDigger <admin@minidigger.me>
This commit is contained in:
parent
c486c6c30a
commit
a0cda24875
@ -4,6 +4,7 @@ import colors from 'vuetify/lib/util/colors';
|
||||
import en from './locales/en';
|
||||
import fr from './locales/fr';
|
||||
import zh from './locales/zh_hans';
|
||||
import nl from './locales/nl';
|
||||
|
||||
require('events').EventEmitter.defaultMaxListeners = 20;
|
||||
require('dotenv').config();
|
||||
@ -140,6 +141,7 @@ export default {
|
||||
en,
|
||||
fr,
|
||||
zh,
|
||||
nl,
|
||||
},
|
||||
},
|
||||
detectBrowserLanguage: {
|
||||
|
Loading…
Reference in New Issue
Block a user