From b91465c067c17eec0d8dfc22c84f58421579709c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 15 Jan 2016 15:09:43 +0100 Subject: [PATCH] remove flattr on about page --- app/config/config.yml | 1 - src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | 1 - src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | 3 +-- .../Resources/views/themes/baggy/Static/about.html.twig | 2 -- .../Resources/views/themes/material/Static/about.html.twig | 2 -- 5 files changed, 1 insertion(+), 8 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index 19e7155d..23262469 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -60,7 +60,6 @@ twig: twofactor_auth: %twofactor_auth% warning_message: %warning_message% paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" - flattr_url: "https://flattr.com/thing/1265480" form_themes: - "LexikFormFilterBundle:Form:form_div_layout.html.twig" diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index b9818827..8b75594c 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml @@ -93,7 +93,6 @@ or: "oder" "by contributing to the project:": "indem du zu dem Projekt beiträgst:" an issue lists all our needs: "ein Issue listet alle unsere Bedürfnisse:" via Paypal: "via PayPal" -via Flattr: "via Flattr" # Howto Form: Formular diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index 941237bf..20f4352b 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml @@ -94,7 +94,6 @@ or: "ou" "by contributing to the project:": "en contribuant au projet :" an issue lists all our needs: "un ticket recense tous nos besoins" via Paypal: "via Paypal" -via Flattr: "via Flattr" # Howto Form: "Formulaire" @@ -163,4 +162,4 @@ Support: "Support" If you need some help, we are here for you.: "Parce que vous avez peut-être besoin de nous poser une question, nous sommes disponibles pour vous." On GitHub: "Sur GitHub" By email: "Par email" -On Gitter: "Sur Gitter" \ No newline at end of file +On Gitter: "Sur Gitter" diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig index 311b5067..38f08da6 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig @@ -41,7 +41,5 @@
{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}
by contributing to the project: an issue lists all our needs
{% trans %}via Paypal{% endtrans %}
- -
{% trans %}via Flattr{% endtrans %}
{% endblock %} diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig index ef1fe916..d6b8e28a 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Static/about.html.twig @@ -46,8 +46,6 @@
{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}
{% trans %}by contributing to the project:{% endtrans %} {% trans %}an issue lists all our needs{% endtrans %}
{% trans %}via Paypal{% endtrans %}
- -
{% trans %}via Flattr{% endtrans %}
-- 2.41.0