diff --git a/store/README.md b/store/README.md index 628ef794..7cc6e5f5 100644 --- a/store/README.md +++ b/store/README.md @@ -31,7 +31,7 @@ And then start the dev server: ```bash source venv/bin/activate -FLASK_APP=app.py FLASK_ENV=development flask run +FLASK_APP=app.py FLASK_ENV=development flask --debug run ``` ## Translation diff --git a/store/messages.pot b/store/messages.pot index b0b0dbf3..ee38d79b 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:09+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -271,10 +271,15 @@ msgid "" "Made with " "using Flask and TailwindCSS - Source" +"blue-800' href='https://tailwindcss.com/'>TailwindCSS" +msgstr "" + +#: templates/base.html:198 +msgid "Source" +msgstr "" + +#: templates/base.html:199 +msgid "Terms of Service" msgstr "" #: templates/catalog.html:75 templates/catalog.html:80 @@ -349,7 +354,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 09901b81..f7f9b27c 100644 --- a/store/templates/base.html +++ b/store/templates/base.html @@ -193,9 +193,11 @@