We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f3478 commit 345a3bcCopy full SHA for 345a3bc
src/commands/translation/pull.ts
@@ -100,7 +100,6 @@ export default class TranslationPull extends BaseCommand<
100
101
await Translation.writeTranslationFile(targetCtx, resp.data, {
102
format: flags.format,
103
- withSchema: true,
104
});
105
106
const actioned = targetCtx.exists ? "updated" : "created";
@@ -133,7 +132,6 @@ export default class TranslationPull extends BaseCommand<
133
132
const translations = await this.listAllTranslations(filters);
134
await Translation.writeTranslationFiles(targetCtx, translations, {
135
136
137
138
spinner.stop();
139
0 commit comments