Skip to content

Commit

Permalink
fix: fix a casesensitive problem
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard2perez committed Apr 23, 2017
1 parent 3e41c21 commit 9745311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/translate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'colors';
import Command from 'cmd-line/lib/Command';
import * as fs from 'fs-extra';
import lang from '../support/languages';
import lang from '../support/Languages';

export default (new Command(__filename, 'Translate your localization files'))
.Args('?to', '?from')
Expand Down
2 changes: 1 addition & 1 deletion test/configuration/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as fs from 'fs-extra';
import TestNode from '../support/TestNode';
import ServerConfiguaration from '../../src/support/Server';
import '../support/array';
import langs from '../../src/support/languages';
import langs from '../../src/support/Languages';

let tests = [];
let cmdname = 'koaton translate';
Expand Down

0 comments on commit 9745311

Please sign in to comment.