Skip to content

Commit

Permalink
chore: update links in messages (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Nov 2, 2023
1 parent 90350f6 commit ed18852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/messages/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ crowdin.list.languages.code=Specify language code. Supported values: id, two_let

# CROWDIN COMMAND
crowdin.usage.description.0=Crowdin CLI is a command-line tool that allows you to manage and synchronize localization resources with your Crowdin project.
crowdin.usage.description.1=This tool requires you to create a configuration file. For more details see https://developer.crowdin.com/configuration-file
crowdin.usage.description.1=Visit the official documentation for more details: https://crowdin.github.io/crowdin-cli
crowdin.usage.customSynopsis=@|fg(green) crowdin|@ [SUBCOMMAND] [OPTIONS]

# CROWDIN UPLOAD SOURCES COMMAND
Expand Down Expand Up @@ -563,8 +563,8 @@ error.config.double_asterisk=The mask '**' can be used in the 'translation' patt
error.config.translation_has_no_language_placeholders=The 'translation' parameter should contain at least one language placeholder (e.g. %locale%)
error.config.translation_contains_relative_paths=The 'translation' parameter can't contain any relative paths '../' or './'
error.config.update_option=Configuration file contains unexpected 'update_option' value. The expected values are 'update_as_unapproved' or 'update_without_changes'
error.config.escape_quotes=Acceptable values for 'escape_quotes' are: 0, 1, 2, 3. Default is 3. Read more about 'escape_quotes': https://developer.crowdin.com/configuration-file/#escape-quotes-options-for-properties-file-format
error.config.escape_special_characters=Acceptable values for 'escape_special_characters' are: 0 and 1. Default is 1. Read more about 'escape_special_characters': https://developer.crowdin.com/configuration-file/#escape-quotes-options-for-properties-file-format
error.config.escape_quotes=Acceptable values for 'escape_quotes' are: 0, 1, 2, 3. Default is 3. Read more about 'escape_quotes': https://crowdin.github.io/crowdin-cli/advanced#java-properties
error.config.escape_special_characters=Acceptable values for 'escape_special_characters' are: 0 and 1. Default is 1. Read more about 'escape_special_characters': https://crowdin.github.io/crowdin-cli/advanced#java-properties
error.config.export_quotes=Acceptable values for the 'export_quotes' are: 'single' and 'double'. Default is 'single'
error.config.params_xor_source_translation=Both the 'source' and the 'translation' must be specified in the parameters
error.config.params_dest='dest' must be specified with both 'source' and 'translation' parameters
Expand Down

0 comments on commit ed18852

Please sign in to comment.