@transifex/native 4.3.0 → 5.0.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.
package/README.md CHANGED
@@ -142,6 +142,9 @@ tx.init({
142
142
  // Fetch only strings that contain specific tags from CDS, e.g. "master,react"
143
143
  filterTags: String,
144
144
 
145
+ // Fetch only strings matching translation status: reviewed,proofread,finalized
146
+ filterStatus: String,
147
+
145
148
  // Missing translation policy, defaults to "new SourceStringPolicy()"
146
149
  missingPolicy: Function,
147
150