lib/phrase/models/project_update_parameters.rb in phrase-2.8.0 vs lib/phrase/models/project_update_parameters.rb in phrase-2.8.1
- old
+ new
@@ -6,11 +6,11 @@
attr_accessor :account_id
# (Optional) Name of the project
attr_accessor :name
- # (Optional) Main file format specified by its API Extension name. Used for locale downloads if no format is specified. For API Extension names of available file formats see <a href=\"https://help.phrase.com/help/supported-platforms-and-formats\">Format Guide</a> or our <a href=\"#formats\">Formats API Endpoint</a>.
+ # (Optional) Main file format specified by its API Extension name. Used for locale downloads if no format is specified. For API Extension names of available file formats see <a href=\"https://support.phrase.com/hc/en-us/articles/5784070560412\">Format Guide</a> or our <a href=\"#formats\">Formats API Endpoint</a>.
attr_accessor :main_format
# (Optional) Indicates whether the project should share the account's translation memory
attr_accessor :shares_translation_memory
@@ -18,11 +18,11 @@
attr_accessor :project_image
# (Optional) Indicates whether the project image should be deleted.
attr_accessor :remove_project_image
- # (Optional) Review Workflow. \"simple\" / \"review\". <a href=\"https://help.phrase.com/help/advanced-review-workflow\">Read more</a>
+ # (Optional) Review Workflow. \"simple\" / \"review\". <a href=\"https://support.phrase.com/hc/en-us/articles/5784094755484\">Read more</a>
attr_accessor :workflow
# (Optional) Enable machine translation support in the project. Required for Autopilot and Smart Suggest
attr_accessor :machine_translation_enabled
@@ -33,16 +33,16 @@
attr_accessor :protect_master_branch
# (Optional) Otherwise, translators are not allowed to edit translations other than strings
attr_accessor :enable_all_data_type_translation_keys_for_translators
- # (Optional) We can validate and highlight your ICU messages. <a href=\"https://help.phrase.com/help/icu-message-format\">Read more</a>
+ # (Optional) We can validate and highlight your ICU messages. <a href=\"https://support.phrase.com/hc/en-us/articles/5822319545116\">Read more</a>
attr_accessor :enable_icu_message_format
# (Optional) Displays the input fields for the 'ZERO' plural form for every key as well although only some languages require the 'ZERO' explicitly.
attr_accessor :zero_plural_form_enabled
- # (Optional) Autopilot, requires machine_translation_enabled. <a href=\"https://help.phrase.com/help/autopilot\">Read more</a>
+ # (Optional) Autopilot, requires machine_translation_enabled. <a href=\"https://support.phrase.com/hc/en-us/articles/5822187934364\">Read more</a>
attr_accessor :autotranslate_enabled
# (Optional) Requires autotranslate_enabled to be true
attr_accessor :autotranslate_check_new_translation_keys