8000 fix(demo): angular demo i18n en file path (#170) · NativeScript/plugins@9020edb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9020edb

Browse files
authored
fix(demo): angular demo i18n en file path (#170)
1 parent 8ec40cc commit 9020edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const translations = require('../../../demo/src/i18n/en.default');
1+
const translations = require('../../../demo/src/i18n/en');
22
translations['app.name'] = 'NSL NG Demo';
33
module.exports = translations;

0 commit comments

Comments
 (0)
0