Skip to content

Commit ed18852

Browse files
chore: update links in messages (#681)
1 parent 90350f6 commit ed18852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/messages/messages.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ crowdin.list.languages.code=Specify language code. Supported values: id, two_let
9999

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

105105
# CROWDIN UPLOAD SOURCES COMMAND
@@ -563,8 +563,8 @@ error.config.double_asterisk=The mask '**' can be used in the 'translation' patt
563563
error.config.translation_has_no_language_placeholders=The 'translation' parameter should contain at least one language placeholder (e.g. %locale%)
564564
error.config.translation_contains_relative_paths=The 'translation' parameter can't contain any relative paths '../' or './'
565565
error.config.update_option=Configuration file contains unexpected 'update_option' value. The expected values are 'update_as_unapproved' or 'update_without_changes'
566-
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
567-
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
566+
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
567+
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
568568
error.config.export_quotes=Acceptable values for the 'export_quotes' are: 'single' and 'double'. Default is 'single'
569569
error.config.params_xor_source_translation=Both the 'source' and the 'translation' must be specified in the parameters
570570
error.config.params_dest='dest' must be specified with both 'source' and 'translation' parameters

0 commit comments

Comments
 (0)