@esgettext/tools 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,6 +134,7 @@ class Install {
134
134
  if (!(0, optspec_1.coerceOptions)(argv, this.args())) {
135
135
  return resolve(1);
136
136
  }
137
+ this.init(argv);
137
138
  const promises = [];
138
139
  for (let i = 0; i < this.locales.length; ++i) {
139
140
  const locale = this.locales[i];
@@ -97,7 +97,7 @@ class MsgmergeAll {
97
97
  multi: true,
98
98
  type: 'string',
99
99
  describe: gtx._x("Options to pass to '{program}' program (without hyphens)", { program: 'msgmerge' }),
100
- default: (_h = (_g = this.configuration.programs) === null || _g === void 0 ? void 0 : _g.msgfmt) === null || _h === void 0 ? void 0 : _h.options,
100
+ default: (_h = (_g = this.configuration.programs) === null || _g === void 0 ? void 0 : _g.msgmerge) === null || _h === void 0 ? void 0 : _h.options,
101
101
  group: gtx._('Mode of operation:'),
102
102
  },
103
103
  verbose: {
package/dist/package.js CHANGED
@@ -9,7 +9,7 @@ class Package {
9
9
  return 'https://github.com/gflohr/esgettext/issues';
10
10
  }
11
11
  static getVersion() {
12
- return '1.3.0';
12
+ return '1.3.1';
13
13
  }
14
14
  static getNpmRunAllVersion() {
15
15
  return '^4.1.5';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esgettext/tools",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Gettext-like po creation and manipulation",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -101,5 +101,5 @@
101
101
  "valibot": "^0.31.1",
102
102
  "yargs": "^17.7.2"
103
103
  },
104
- "gitHead": "1900643ce595feb5a51f1e2e4b3c0e36e8bed4ac"
104
+ "gitHead": "cdc3f0b16ceb2692722109bbcc3078d156c3d2ec"
105
105
  }