Skip to content

Commit

Permalink
Fixed the formation of links to translation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Dec 14, 2023
1 parent b9a377e commit 43b246c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/statuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function moveMain(string $package, string $title): void
sprintf('[%s ❗](statuses/%s.md)', $locale, $locale),
],
[
sprintf('<a href="statuses-%s-af.md" summary="%s">%s ✔</a>', $package, $title, $locale),
sprintf('<a href="statuses-%s-af.md" summary="%s">%s ❗</a>', $package, $title, $locale),
sprintf('<a href="statuses-%s-%s.md" summary="%s">%s ✔</a>', $package, $locale, $title, $locale),
sprintf('<a href="statuses-%s-%s.md" summary="%s">%s ❗</a>', $package, $locale, $title, $locale),
],
$content
);
Expand Down

0 comments on commit 43b246c

Please sign in to comment.