diff --git a/src/main/resources/messages/messages.properties b/src/main/resources/messages/messages.properties index 621188eb..afed2d56 100755 --- a/src/main/resources/messages/messages.properties +++ b/src/main/resources/messages/messages.properties @@ -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 @@ -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