@vocab/phrase 1.2.5 → 1.2.6
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.
|
@@ -155,6 +155,7 @@ async function pushTranslations(translationsByLanguage, {
|
|
|
155
155
|
formData.append('file_format', 'csv');
|
|
156
156
|
formData.append('branch', branch);
|
|
157
157
|
formData.append('update_translations', 'true');
|
|
158
|
+
formData.append('update_descriptions', 'true');
|
|
158
159
|
for (const [locale, index] of Object.entries(localeMapping)) {
|
|
159
160
|
formData.append(`locale_mapping[${locale}]`, index);
|
|
160
161
|
}
|
|
@@ -155,6 +155,7 @@ async function pushTranslations(translationsByLanguage, {
|
|
|
155
155
|
formData.append('file_format', 'csv');
|
|
156
156
|
formData.append('branch', branch);
|
|
157
157
|
formData.append('update_translations', 'true');
|
|
158
|
+
formData.append('update_descriptions', 'true');
|
|
158
159
|
for (const [locale, index] of Object.entries(localeMapping)) {
|
|
159
160
|
formData.append(`locale_mapping[${locale}]`, index);
|
|
160
161
|
}
|
package/dist/vocab-phrase.esm.js
CHANGED
|
@@ -143,6 +143,7 @@ async function pushTranslations(translationsByLanguage, {
|
|
|
143
143
|
formData.append('file_format', 'csv');
|
|
144
144
|
formData.append('branch', branch);
|
|
145
145
|
formData.append('update_translations', 'true');
|
|
146
|
+
formData.append('update_descriptions', 'true');
|
|
146
147
|
for (const [locale, index] of Object.entries(localeMapping)) {
|
|
147
148
|
formData.append(`locale_mapping[${locale}]`, index);
|
|
148
149
|
}
|