@crowdin/app-project-module 0.57.0 → 0.57.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.
|
@@ -28,7 +28,7 @@ export declare const crowdinFiles: {
|
|
|
28
28
|
type?: SourceFilesModel.FileType | undefined;
|
|
29
29
|
parserVersion?: number | undefined;
|
|
30
30
|
importOptions?: SourceFilesModel.ImportOptions | undefined;
|
|
31
|
-
exportOptions?: SourceFilesModel.
|
|
31
|
+
exportOptions?: SourceFilesModel.ExportOptions | undefined;
|
|
32
32
|
excludedTargetLanguages?: string[] | undefined;
|
|
33
33
|
attachLabelIds?: number[] | undefined;
|
|
34
34
|
};
|
|
@@ -192,7 +192,7 @@ function applyIntegrationModuleDefaults(config, integration) {
|
|
|
192
192
|
if ((_c = integration.syncNewElements) === null || _c === void 0 ? void 0 : _c.crowdin) {
|
|
193
193
|
defaultSettings.push({
|
|
194
194
|
key: 'new-crowdin-files',
|
|
195
|
-
label: '
|
|
195
|
+
label: 'Automatically sync new translations from Crowdin',
|
|
196
196
|
type: 'checkbox',
|
|
197
197
|
dependencySettings: JSON.stringify([{ '#schedule-settings': { type: '!equal', value: ['0'] } }]),
|
|
198
198
|
});
|
|
@@ -200,7 +200,7 @@ function applyIntegrationModuleDefaults(config, integration) {
|
|
|
200
200
|
if ((_d = integration.syncNewElements) === null || _d === void 0 ? void 0 : _d.integration) {
|
|
201
201
|
defaultSettings.push({
|
|
202
202
|
key: 'new-integration-files',
|
|
203
|
-
label: `
|
|
203
|
+
label: `Automatically sync new content from ${config.name}`,
|
|
204
204
|
type: 'checkbox',
|
|
205
205
|
dependencySettings: JSON.stringify([{ '#schedule-settings': { type: '!equal', value: ['0'] } }]),
|
|
206
206
|
});
|
package/package.json
CHANGED