put 'testing' in 'testing branch' under codequotes
This commit is contained in:
parent
ec9e811a6f
commit
30fca71ae3
3 changed files with 7 additions and 7 deletions
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue