Skip to content

Commit

Permalink
Updated appdata. Fixed untranslatable string
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Aug 6, 2018
1 parent 137735c commit 6dea569
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 6 deletions.
19 changes: 18 additions & 1 deletion data/com.github.tkashkin.boiler.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,28 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/connect.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_31.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_60.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_90.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/tkashkin/Boiler/master/data/screenshots/kettle_100.png</image>
</screenshot>
</screenshots>

<releases>
<release type="development" version="0.1.1" date="2018-08-06">
<description>
<p>Updated appdata. Fixed untranslatable string.</p>
</description>
</release>
<release type="development" version="0.1.0" date="2018-08-05">
<description>
<p>Initial release.</p>
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
com.github.tkashkin.boiler (0.1.1) xenial; urgency=low

* Updated appdata. Fixed untranslatable string

-- tkashkin <[email protected]> Mon, 06 Aug 2018 19:57:11 +0300

com.github.tkashkin.boiler (0.1.0) xenial; urgency=low

* Initial release

-- tkashkin <[email protected]> Sun, 05 Aug 2018 21:34:20 +0300
-- tkashkin <[email protected]> Sun, 05 Aug 2018 21:34:20 +0300
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.1.0')
project('com.github.tkashkin.boiler', 'vala', 'c', version: '0.1.1')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
4 changes: 3 additions & 1 deletion po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ src/ui/views/BaseView.vala
src/ui/views/connect/ConnectView.vala
src/ui/views/connect/DeviceRow.vala

src/ui/views/kettle/KettleView.vala
src/ui/views/kettle/KettleView.vala

src/devices/kettle/redmond/RK_G2XX.vala
8 changes: 7 additions & 1 deletion po/com.github.tkashkin.boiler.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.tkashkin.boiler\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-05 21:35+0300\n"
"POT-Creation-Date: 2018-08-06 19:51+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -76,3 +76,9 @@ msgstr ""
#: src/ui/views/kettle/KettleView.vala:162
msgid "Enable"
msgstr ""

#: src/devices/kettle/redmond/RK_G2XX.vala:29
msgid ""
"Your PC is not paired to the kettle.\n"
"Hold kettle power button for 5 seconds"
msgstr ""
10 changes: 9 additions & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.tkashkin.boiler\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-05 21:35+0300\n"
"POT-Creation-Date: 2018-08-06 19:51+0300\n"
"PO-Revision-Date: 2018-07-30 10:26+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -77,3 +77,11 @@ msgstr "Выключить"
#: src/ui/views/kettle/KettleView.vala:162
msgid "Enable"
msgstr "Включить"

#: src/devices/kettle/redmond/RK_G2XX.vala:29
msgid ""
"Your PC is not paired to the kettle.\n"
"Hold kettle power button for 5 seconds"
msgstr ""
"Ваш компьютер не подключен к чайнику.\n"
"Удерживайте кнопку питания чайника около 5 секунд"

0 comments on commit 6dea569

Please sign in to comment.