You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ module.exports = {
90
90
<summary>PushOptions</summary>
91
91
<br>
92
92
93
+
-`experimentalPushAll`: Upload all locales in a single API request instead of one request per locale. This can significantly improve performance for projects with many locales.
93
94
-`ignore-new`: Specify that new assets will NOT be added to the project.
94
95
-`ignore-existing`: Specify that existing assets encountered in the file will NOT be updated.
95
96
-`tag-new`: Tag any NEW assets added during the import with the given tags (comma separated).
@@ -144,6 +145,7 @@ Push changes to the translation files to Loco. Depending on the `push` options,
144
145
#### Options
145
146
146
147
-`-y, --yes`: Automatically answer yes to all confirmation prompts (default: false)
148
+
-`--experimental-push-all`: Upload all locales in a single API request for improved performance. Reduces API calls from N (one per locale) to 1. Can also be set via `push.experimentalPushAll` in config.
0 commit comments