You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@@ -563,8 +563,8 @@ error.config.double_asterisk=The mask '**' can be used in the 'translation' patt
563
563
error.config.translation_has_no_language_placeholders=The 'translation' parameter should contain at least one language placeholder (e.g. %locale%)
564
564
error.config.translation_contains_relative_paths=The 'translation' parameter can't contain any relative paths '../' or './'
565
565
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
568
568
error.config.export_quotes=Acceptable values for the 'export_quotes' are: 'single' and 'double'. Default is 'single'
569
569
error.config.params_xor_source_translation=Both the 'source' and the 'translation' must be specified in the parameters
570
570
error.config.params_dest='dest' must be specified with both 'source' and 'translation' parameters
0 commit comments