Skip to content

Commit e9cdcab

Browse files
claudiajkangk8s-ci-robot
authored andcommitted
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.
1 parent d49e570 commit e9cdcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/diff_l10n_branches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
...
4040
# check what is updated in the upstream
4141
git diff {{ l_commit }} {{ r_commit }} -- {{ files_to_be_modified.0.filepath }}
42-
# apply changes to content/ko
42+
# apply changes to {{ l10n_lang_path }}
4343
vi {{ files_to_be_modified.0.filepath | replace(src_lang_path, l10n_lang_path) }}
4444
...
4545
# commit and push

0 commit comments

Comments
 (0)