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