Commit 0a0b500 1 parent 9cfa699 commit 0a0b500 Copy full SHA for 0a0b500
File tree 5 files changed +40
-38
lines changed
static/dsmr_frontend/css/dsmr-reader
dsmrreader/locales/nl/LC_MESSAGES
5 files changed +40
-38
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ Changelog
2
2
=========
3
3
4
4
5
+ v3.6.0 - 2020-xx-xx
6
+
7
+ - [`#912 <https://github.com/dennissiemensma/dsmr-reader/issues/912 >`_] Layout verbeteren
8
+
9
+
10
+ ----
11
+
12
+
5
13
v3.5.0 - 2020-02-29
6
14
7
15
- [`#894 <https://github.com/dennissiemensma/dsmr-reader/issues/894 >`_] Wijzigingen in datalogger terugdraaien
Original file line number Diff line number Diff line change 2
2
display : none;
3
3
}
4
4
5
- div .copyright {
6
- position : absolute;
7
- bottom : 0 ;
8
- width : 100% ;
9
- text-align : center;
10
- color : white;
11
- height : 96px ;
12
- padding-left : 24px ;
13
- }
14
-
15
5
.fa-rotate-45 {
16
6
-webkit-transform : rotate (45deg );
17
7
-moz-transform : rotate (45deg );
Original file line number Diff line number Diff line change 141
141
</ li >
142
142
< li >
143
143
< a href ="{% url 'frontend:feedback-redirect' %} " target ="_blank ">
144
- < i class ="fas fa-xs fa-comments "> </ i > < small > {% trans "Feedback" %}</ small >
144
+ < i class ="fas fa-xs fa-comments "> </ i > < small > {% trans "Feedback / bugs / ideas" %}</ small >
145
+ </ a >
146
+ </ li >
147
+ < li >
148
+ < a href ="https://dsmr-reader.readthedocs.io/{{ LANGUAGE_CODE }}/{{ DSMRREADER_MAIN_BRANCH }}/credits.html " target ="_blank ">
149
+ < i class ="fas fa-xs fa-heart "> </ i > < small > {% trans "Thanks to all the contributers" %}</ small >
145
150
</ a >
146
151
</ li >
147
152
< li >
148
153
< a href ="{% url 'frontend:donations-redirect' %} " target ="_blank ">
149
- < i class ="fas fa-xs fa-heart "> </ i > < small > {% trans "Donations / tips" %}</ small >
154
+ < i class ="fas fa-xs fa-hand-holding-usd "> </ i > < small > {% trans "Donations / tips" %}</ small >
155
+ </ a >
156
+ </ li >
157
+ < li >
158
+
159
+ </ li >
160
+ < li >
161
+ < a href ="https://nl.linkedin.com/in/dennissiemensma " target ="_blank ">
162
+ < i class ="far fa-xs fa-copyright "> </ i > < small > Dennis Siemensma 2015 - {% now "Y" %}</ small >
150
163
</ a >
151
164
</ li >
152
165
</ ul >
153
166
</ section >
154
-
155
- < div class ="row copyright ">
156
- < small >
157
- © < a href ="https://nl.linkedin.com/in/dennissiemensma " target ="_blank "> Dennis Siemensma</ a > 2015 - {% now "Y" %}
158
- </ small >
159
- < br />
160
- < small > {% trans "Thanks to" %} < a href ="https://dsmr-reader.readthedocs.io/{{ LANGUAGE_CODE }}/{{ DSMRREADER_MAIN_BRANCH }}/credits.html " target ="_blank "> {% trans "all the contributers" %}</ a > </ small >
161
- < br />
162
- < br />
163
- < small > < a href ="https://github.com/dennissiemensma/dsmr-reader " target ="_blank " title ="{% trans 'View repository on Github' %} "> < img src ="{% static 'dsmr_frontend/img/GitHub-Mark-32px.png' %} " /> {% trans 'View on Github' %}</ a > </ small >
164
- < small > </ small >
165
- </ div >
166
167
</ aside >
167
168
< aside class ="right-side ">
168
169
< div class ="clearfix "> </ div >
Original file line number Diff line number Diff line change @@ -976,24 +976,15 @@ msgstr "Help / FAQ"
976
976
msgid "API docs"
977
977
msgstr "API docs"
978
978
979
- msgid "Feedback"
980
- msgstr "Feedback"
979
+ msgid "Feedback / bugs / ideas"
980
+ msgstr "Feedback / fouten / ideeën"
981
+
982
+ msgid "Thanks to all the contributers"
983
+ msgstr "Dank aan alle bijdragen"
981
984
982
985
msgid "Donations / tips"
983
986
msgstr "Donaties"
984
987
985
- msgid "Thanks to"
986
- msgstr "Dankzij"
987
-
988
- msgid "all the contributers"
989
- msgstr "iedereen die bijgedragen heeft"
990
-
991
- msgid "View repository on Github"
992
- msgstr "Bekijk repository op Github"
993
-
994
- msgid "View on Github"
995
- msgstr "Bekijk op Github"
996
-
997
988
msgid "Base selection"
998
989
msgstr "Basisselectie"
999
990
@@ -2521,6 +2512,18 @@ msgstr "Nederlands"
2521
2512
msgid "English"
2522
2513
msgstr "Engels"
2523
2514
2515
+ #~ msgid "Feedback"
2516
+ #~ msgstr "Feedback"
2517
+
2518
+ #~ msgid "Thanks to"
2519
+ #~ msgstr "Dankzij"
2520
+
2521
+ #~ msgid "View repository on Github"
2522
+ #~ msgstr "Bekijk repository op Github"
2523
+
2524
+ #~ msgid "View on Github"
2525
+ #~ msgstr "Bekijk op Github"
2526
+
2524
2527
#~ msgid "Skip to admin"
2525
2528
#~ msgstr "Sla over naar admin"
2526
2529
You can’t perform that action at this time.
0 commit comments