Skip to content

Commit b74a27e

Browse files
dar5hakVistausIhorHordiichukNathanBnmVojtěch Perník
authored
Update app description and translations (#62)
* Update description and translations * Updated Dutch translation (#63) * update_ukrainian_translation (#64) * Fix @IhorHordiichuk's username * Update translation templates + French translation (#65) * Update Czech translation (#66) Co-authored-by: Heimen Stoffels <[email protected]> Co-authored-by: Ihor Hordiichuk <[email protected]> Co-authored-by: Nathan Bonnemains <[email protected]> Co-authored-by: Vojtěch Perník <[email protected]>
1 parent 43ccea9 commit b74a27e

File tree

14 files changed

+1479
-741
lines changed

14 files changed

+1479
-741
lines changed

data/com.github.elfenware.badger.appdata.xml.in

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,32 @@
77
<name>Badger</name>
88
<summary>Remind yourself to not sit and stare at the screen for too long</summary>
99
<description>
10-
<p>Whether you're dashing through Mario Kart on MupenGUI, binge-watching Silicon Valley on Cinema, or writing your next novel on Quilter, you need to relax your body every once in a while.</p>
10+
<p>When you are using your computer for extended periods of time, you need to relax your body every once in a while.</p>
1111

1212
<p>Badger helps you do exactly that. It reminds you—or should I say, badgers you—to destress yourself and rest your eyes and muscles.</p>
1313

14-
<p>Currently, it has these five reminders:</p>
14+
<p>Currently, it has these six reminders:</p>
1515

1616
<ul>
1717
<li>Blink eyes</li>
1818
<li>Stretch fingers</li>
1919
<li>Stretch arms</li>
2020
<li>Stretch legs</li>
2121
<li>Turn neck</li>
22+
<li>Maintain posture</li>
2223
</ul>
2324

2425
<p>Stay healthy.</p>
2526
</description>
2627
<releases>
28+
<release version="4.1.0" date="2021-08-20">
29+
<description>
30+
<ul>
31+
<li>Add: Czech translations (@pervoj)</li>
32+
<li>Add: Italian translations (@albanobattistella)</li>
33+
</ul>
34+
</description>
35+
</release>
2736
<release version="4.0.1" date="2021-08-06">
2837
<description>
2938
<p>Odin update 🎉️</p>
@@ -43,15 +52,15 @@
4352
<release version="3.3.0" date="2020-08-25">
4453
<description>
4554
<ul>
46-
<li>Add: Portuguese (Portugal) translation (@rottenpants466)</li>
55+
<li>Add: Portuguese (Portugal) translations (@rottenpants466)</li>
4756
</ul>
4857
</description>
4958
</release>
5059
<release version="3.2.0" date="2020-05-31">
5160
<description>
5261
<ul>
53-
<li>Add: Spanish translation (@fitojb)</li>
54-
<li>Add: Ukrainian translation (@IgorHordiichuk)</li>
62+
<li>Add: Spanish translations (@fitojb)</li>
63+
<li>Add: Ukrainian translations (@IhorHordiichuk)</li>
5564
</ul>
5665
</description>
5766
</release>
@@ -95,14 +104,14 @@
95104
<release version="2.2.0" date="2019-09-26">
96105
<description>
97106
<ul>
98-
<li>Add: Turkish translation (@libreajans)</li>
107+
<li>Add: Turkish translations (@libreajans)</li>
99108
</ul>
100109
</description>
101110
</release>
102111
<release version="2.1.0" date="2019-07-12">
103112
<description>
104113
<ul>
105-
<li>Add: Dutch translation (@Vistaus)</li>
114+
<li>Add: Dutch translations (@Vistaus)</li>
106115
</ul>
107116
</description>
108117
</release>
@@ -126,8 +135,8 @@
126135
<release version="1.3.0" date="2019-03-30">
127136
<description>
128137
<ul>
129-
<li>Add: Danish translation (@siigdev)</li>
130-
<li>Update: French translation (@NathanBnm)</li>
138+
<li>Add: Danish translations (@siigdev)</li>
139+
<li>Update: French translations (@NathanBnm)</li>
131140
</ul>
132141
</description>
133142
</release>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# project name and programming language
2-
project('com.github.elfenware.badger', 'vala', 'c', version: '4.0.1')
2+
project('com.github.elfenware.badger', 'vala', 'c', version: '4.1.0')
33

44
message('project name and programming language')
55

0 commit comments

Comments
 (0)