Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4f84311

Browse files
committed
Use $webapp rather than Webapp
1 parent f232890 commit 4f84311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/languageHandler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ function getLangsJson() {
340340
return new Promise((resolve, reject) => {
341341
let url;
342342
try {
343-
// Webapp is a webpack resolve alias pointing to the output directory, see webpack config
344-
url = require('Webapp/i18n/languages.json');
343+
// $webapp is a webpack resolve alias pointing to the output directory, see webpack config
344+
url = require('$webapp/i18n/languages.json');
345345
} catch (e) {
346346
url = i18nFolder + 'languages.json';
347347
}

0 commit comments

Comments
 (0)