Skip to content

Commit

Permalink
fix search-untranslated util (n-air-app#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiber authored Jun 8, 2018
1 parent 9e09e93 commit d1ae655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-utils/search-untranslated.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const recursive = require('recursive-readdir');
const dictionary = {};

// load dictionary
const dictionaryFiles = await recursive('./i18n/en-US', ['*.txt']);
const dictionaryFiles = await recursive('./app/i18n/en-US', ['*.txt']);
dictionaryFiles.forEach(filePath => {
let fileDictionary;
try {
Expand Down

0 comments on commit d1ae655

Please sign in to comment.