From 30fca71ae3bcdf586120782df853177d438c56e8 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 25 Mar 2024 06:48:06 +0100 Subject: [PATCH] put 'testing' in 'testing branch' under codequotes --- readme_generator/messages.pot | 6 +++--- readme_generator/templates/README.md.j2 | 4 ++-- readme_generator/tests/README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/readme_generator/messages.pot b/readme_generator/messages.pot index ba7d1fb..a0ac33f 100644 --- a/readme_generator/messages.pot +++ b/readme_generator/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-25 06:29+0100\n" +"POT-Creation-Date: 2024-03-25 06:47+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -188,12 +188,12 @@ msgstr "" #: templates/README.md.j2:81 #, python-format msgid "" -"Please send your pull request to the [testing " +"Please send your pull request to the [`testing` " "branch](%(testing_branch_url)s)." msgstr "" #: templates/README.md.j2:83 -msgid "To try the testing branch, please proceed like that:" +msgid "To try the `testing` branch, please proceed like that:" msgstr "" #: templates/README.md.j2:87 diff --git a/readme_generator/templates/README.md.j2 b/readme_generator/templates/README.md.j2 index 8b2088a..9691b3a 100644 --- a/readme_generator/templates/README.md.j2 +++ b/readme_generator/templates/README.md.j2 @@ -78,9 +78,9 @@ It shall NOT be edited by hand.") }} ## {{ _("Developer info") }} -{{ _("Please send your pull request to the [testing branch](%(testing_branch_url)s).")|format(testing_branch_url="https://github.com/YunoHost-Apps/" + manifest.id + "_ynh/tree/testing") }} +{{ _("Please send your pull request to the [`testing` branch](%(testing_branch_url)s).")|format(testing_branch_url="https://github.com/YunoHost-Apps/" + manifest.id + "_ynh/tree/testing") }} -{{ _("To try the testing branch, please proceed like that:") }} +{{ _("To try the `testing` branch, please proceed like that:") }} ```bash sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug diff --git a/readme_generator/tests/README.md b/readme_generator/tests/README.md index b8a99f4..d969cea 100644 --- a/readme_generator/tests/README.md +++ b/readme_generator/tests/README.md @@ -48,9 +48,9 @@ Please note that this package uses the ["i'm so tired" software license 1.0](htt ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). +Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing). -To try the testing branch, please proceed like that: +To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug