Changed to print the directory name according to the l10n language. (#18473)

When a localization user uses diff_l10n_branches.py,
the directory of content on 'Proposed Solution' is fixed.
Thus, this commit changes the directory name according to the l10n language.
This commit is contained in:
Claudia J.Kang
2020-01-09 07:05:41 +09:00
committed by Kubernetes Prow Robot
parent d49e570799
commit e9cdcaba6a
+1 -1
View File
@@ -39,7 +39,7 @@ For example:
...
# check what is updated in the upstream
git diff {{ l_commit }} {{ r_commit }} -- {{ files_to_be_modified.0.filepath }}
# apply changes to content/ko
# apply changes to {{ l10n_lang_path }}
vi {{ files_to_be_modified.0.filepath | replace(src_lang_path, l10n_lang_path) }}
...
# commit and push