Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Minor formatting #22667

Merged
merged 2 commits into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ class GcsDestination
# If input file extension is a txt or html, the translation is directly
# written to the output file. If glossary is requested, a separate
# glossary_translations_file has format of
# gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
# `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
#
# The format of errors file (for target language code 'trg') is:
# gs://translation_test/a_b_c_'trg'_errors.[extension]
# `gs://translation_test/a_b_c_'trg'_errors.[extension]`
#
# If the input file extension is tsv, errors_file contains the following:
# Column 1: ID of the request provided in the input, if it's not
Expand All @@ -453,7 +453,7 @@ class GcsDestination
#
# If the input file extension is txt or html, glossary_error_file will be
# generated that contains error details. glossary_error_file has format of
# gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
# `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
class OutputConfig
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down