diff --git a/material/.overrides/hooks/translations.py b/material/.overrides/hooks/translations.py index c87d7950e..6ed4e68c9 100644 --- a/material/.overrides/hooks/translations.py +++ b/material/.overrides/hooks/translations.py @@ -86,7 +86,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files): # Assemble GitHub issue URL link = urlparse(issue_url) link = link._replace(query = urlencode({ - "template": "translate.yml", + "template": "04-add-a-translation.yml", "title": f"Update {name} translations", "translations": "\n".join([ "{% macro t(key) %}{{ {", diff --git a/src/.overrides/hooks/translations.py b/src/.overrides/hooks/translations.py index c87d7950e..6ed4e68c9 100644 --- a/src/.overrides/hooks/translations.py +++ b/src/.overrides/hooks/translations.py @@ -86,7 +86,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files): # Assemble GitHub issue URL link = urlparse(issue_url) link = link._replace(query = urlencode({ - "template": "translate.yml", + "template": "04-add-a-translation.yml", "title": f"Update {name} translations", "translations": "\n".join([ "{% macro t(key) %}{{ {",