From e9cdcaba6a84a3cf77f26f012fc8b8816f2c31f2 Mon Sep 17 00:00:00 2001 From: "Claudia J.Kang" Date: Thu, 9 Jan 2020 07:05:41 +0900 Subject: [PATCH] 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. --- scripts/diff_l10n_branches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/diff_l10n_branches.py b/scripts/diff_l10n_branches.py index 5ac131a4df..5da4cabcc5 100755 --- a/scripts/diff_l10n_branches.py +++ b/scripts/diff_l10n_branches.py @@ -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