We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21b0b22 + 329661a commit 1bb314bCopy full SHA for 1bb314b
src/cli/cmds/intl.js
@@ -2,7 +2,7 @@
2
const path = require('path');
3
const fs = require('fs');
4
const async = require('async');
5
-const { spawn, exec } = require('../utils');
+const { spawn, exec, sedReplace } = require('../utils');
6
7
const emptyLink = (pkg, lang, isPrivate) => isPrivate ? `*empty* ([edit now](${pkg.bugs.url.split('/issues')[0]}/edit/dev/translate/${lang}.json))` : `*empty*`;
8
require('shelljs/global');
0 commit comments