diff --git a/store/messages.pot b/store/messages.pot index b0b0dbf3..649f7c9b 100644 --- a/store/messages.pot +++ b/store/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-05 19:36+0100\n" +"POT-Creation-Date: 2024-03-11 16:01+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" @@ -271,12 +271,20 @@ msgid "" "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' " +"blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>" +msgstr "" + +#: templates/base.html:198 +msgid "" +"<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>" msgstr "" +#: templates/base.html:199 +msgid "Terms of Service" +msgstr "" + #: templates/catalog.html:75 templates/catalog.html:80 msgid "Application Catalog" msgstr "" @@ -349,7 +357,7 @@ msgstr "" #: templates/catalog.html:188 msgid "" -"This means that the developer will no longer update them. We strongly " +"This means that the developer will no longer update them. We strongly " "advise against their installation and advise users to find alternatives." msgstr "" diff --git a/store/templates/base.html b/store/templates/base.html index 78cfebbd..6c7dab7f 100644 --- a/store/templates/base.html +++ b/store/templates/base.html @@ -193,9 +193,11 @@ </main> <footer class="h-5 my-5 text-center"> - <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> - <a class='text-blue-800' href='https://forum.yunohost.org/tos'>Terms of Service</a>") }} - </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>") }} + • <a class='text-blue-800' href='https://forum.yunohost.org/tos'>{{ _("Terms of Service") }}</a> + </p> </footer> </body>