Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.54 KB

TranslationsVerifyParameters.md

File metadata and controls

21 lines (14 loc) · 1.54 KB

Phrase::TranslationsVerifyParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
locale_id String specify the locale of the translations to be verified [optional]
q String Specify a query to find translations by content (including wildcards).<br><br> <i>Note: Search is limited to 10000 results and may not include recently updated data (depending on the project size).</i><br> The following qualifiers are supported in the query:<br> <ul> <li><code>id:translation_id,...</code> for queries on a comma-separated list of ids</li> <li><code>tags:XYZ</code> for tags on the translation</li> <li><code>unverified:{true false}</code> for verification status</li> <li><code>excluded:{true

Code Sample

require 'Phrase'

instance = Phrase::TranslationsVerifyParameters.new(branch: my-feature-branch,
                                 locale_id: fc2f11dd6a658fa9652f6f0a9ebee688,
                                 q: PhraseApp*%20unverified:true%20tags:feature,center)