diff --git a/scripts/l10n.ts b/scripts/l10n.ts index 5d5740fe8253..25e35854afa3 100644 --- a/scripts/l10n.ts +++ b/scripts/l10n.ts @@ -207,7 +207,7 @@ async function generateReport( if (info.locations.length === 0) { return; } - lines.push(`### ${countryToFlag(code.slice(2))} ${code}`); + lines.push(`### ${countryToFlag(code.slice(2))} ${code.slice(0, 2)}-${code.slice(2)}`); info.locations.forEach((location) => { const permalink = `${SOURCE_CODE_REPO}/blob/${lastCommitRef}/${info.path}#L${location}`; lines.push(permalink);