1
0
Fork 0

put 'testing' in 'testing branch' under codequotes

This commit is contained in:
OniriCorpe 2024-03-25 06:48:06 +01:00 committed by OniriCorpe
parent ec9e811a6f
commit 30fca71ae3
3 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\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" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -188,12 +188,12 @@ msgstr ""
#: templates/README.md.j2:81 #: templates/README.md.j2:81
#, python-format #, python-format
msgid "" msgid ""
"Please send your pull request to the [testing " "Please send your pull request to the [`testing` "
"branch](%(testing_branch_url)s)." "branch](%(testing_branch_url)s)."
msgstr "" msgstr ""
#: templates/README.md.j2:83 #: 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 "" msgstr ""
#: templates/README.md.j2:87 #: templates/README.md.j2:87

View file

@ -78,9 +78,9 @@ It shall NOT be edited by hand.") }}
## {{ _("Developer info") }} ## {{ _("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 ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug

View file

@ -48,9 +48,9 @@ Please note that this package uses the ["i'm so tired" software license 1.0](htt
## Developer info ## 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 ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug