Skip to content

Commit 07f2397

Browse files
committed
fixed translations loading
1 parent 6e91816 commit 07f2397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ const program = require('commander');
44
const localize = require('localize');
55
const doxyjs = require('./doxyjs');
66
const pkg = require('./package.json');
7+
const ts = require('./translations/translations.json')
78

8-
const translator = new localize('./translations');
9+
const translator = new localize(ts);
910

1011
program
1112
.description(pkg.description)

0 commit comments

Comments
 (0)