fix sometimes language resource path is incorrect

This commit is contained in:
MaysWind 2016-08-03 22:37:23 +08:00
parent 9b1544880d
commit b1bc7f22d1

View file

@ -6,7 +6,7 @@
appPrefix: 'AriaNg',
optionStorageKey: 'Options',
languageStorageKeyPrefix: 'Language',
languagePath: '/langs',
languagePath: 'langs',
languageFileExtension: '.txt',
defaultLanguage: 'en',
defaultHost: 'localhost',