fix sometimes language resource path is incorrect
This commit is contained in:
parent
9b1544880d
commit
b1bc7f22d1
|
@ -6,7 +6,7 @@
|
|||
appPrefix: 'AriaNg',
|
||||
optionStorageKey: 'Options',
|
||||
languageStorageKeyPrefix: 'Language',
|
||||
languagePath: '/langs',
|
||||
languagePath: 'langs',
|
||||
languageFileExtension: '.txt',
|
||||
defaultLanguage: 'en',
|
||||
defaultHost: 'localhost',
|
||||
|
|
Reference in a new issue