mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #2113 from YunoHost/store-add-tos
This commit is contained in:
commit
7e24cabd09
3 changed files with 17 additions and 10 deletions
|
@ -31,7 +31,7 @@ And then start the dev server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
FLASK_APP=app.py FLASK_ENV=development flask run
|
FLASK_APP=app.py FLASK_ENV=development flask --debug run
|
||||||
```
|
```
|
||||||
|
|
||||||
## Translation
|
## Translation
|
||||||
|
|
|
@ -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-05 19:36+0100\n"
|
"POT-Creation-Date: 2024-03-11 16:09+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"
|
||||||
|
@ -271,10 +271,15 @@ msgid ""
|
||||||
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
"Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> "
|
||||||
"using <a class='text-blue-800' "
|
"using <a class='text-blue-800' "
|
||||||
"href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-"
|
"href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-"
|
||||||
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a> - <a class"
|
"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>"
|
||||||
"='text-blue-800' "
|
msgstr ""
|
||||||
"href='https://github.com/YunoHost/apps/tree/master/store'><i class='fa "
|
|
||||||
"fa-code fa-fw' aria-hidden='true'></i> Source</a>"
|
#: templates/base.html:198
|
||||||
|
msgid "Source"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/base.html:199
|
||||||
|
msgid "Terms of Service"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/catalog.html:75 templates/catalog.html:80
|
#: templates/catalog.html:75 templates/catalog.html:80
|
||||||
|
|
|
@ -194,7 +194,9 @@
|
||||||
|
|
||||||
<footer class="h-5 my-5 text-center">
|
<footer class="h-5 my-5 text-center">
|
||||||
<p>
|
<p>
|
||||||
{{ _("Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> using <a class='text-blue-800' href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-blue-800' href='https://tailwindcss.com/'>TailwindCSS</a> - <a class='text-blue-800' href='https://github.com/YunoHost/apps/tree/master/store'><i class='fa fa-code fa-fw' aria-hidden='true'></i> Source</a>") }}
|
{{ _("Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> using <a class='text-blue-800' href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>") }}
|
||||||
|
• <a class='text-blue-800' href='https://github.com/YunoHost/apps/tree/master/store'><i class='fa fa-code fa-fw' aria-hidden='true'></i> {{ _("Source") }}</a>
|
||||||
|
• <a class='text-blue-800' href='https://forum.yunohost.org/tos'>{{ _("Terms of Service") }}</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue