preparations for 1.8.1

This commit is contained in:
Martin Wagner 2022-09-25 19:09:41 +02:00
parent bd62ea8d94
commit c9be91d3fc
4 changed files with 4 additions and 4 deletions

View File

@ -74,5 +74,5 @@ sudo update-desktop-database
Translation
-----------
mpdevil is currently available in English, German, Dutch, Bulgarian and Turkish. If you speak another language, you can easily translate mpdevil by using `poedit`. Just import `po/mpdevil.pot` from this repo into `poedit`. To test your translation, copy the new `.po` file into the `po` directory of your cloned mpdevil repo and proceed as described in the [Building](#building) section. To get your translation integrated into mpdevil, just send me an e-mail or create a pull request. Link to `poedit`: https://poedit.net/
mpdevil is currently available in English, German, Dutch, Bulgarian, Turkish and Polish. If you speak another language, you can easily translate mpdevil by using `poedit`. Just import `po/mpdevil.pot` from this repo into `poedit`. To test your translation, copy the new `.po` file into the `po` directory of your cloned mpdevil repo and proceed as described in the [Building](#building) section. To get your translation integrated into mpdevil, just send me an e-mail or create a pull request. Link to `poedit`: https://poedit.net/

View File

@ -3,7 +3,7 @@
<object class="GtkAboutDialog" id="about_dialog">
<property name="modal">True</property>
<property name="program_name">mpdevil</property>
<property name="version">1.8.0</property>
<property name="version">1.8.1</property>
<property name="comments" translatable="yes">A simple music browser for MPD</property>
<property name="authors">Martin Wagner</property>
<property name="translator_credits">Martin Wagner

View File

@ -19,7 +19,7 @@
</ul>
</description>
<releases>
<release version="1.8.0" date="2022-09-11"/>
<release version="1.8.1" date="2022-09-25"/>
</releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots>

View File

@ -1,4 +1,4 @@
project('mpdevil', version: '1.8.0')
project('mpdevil', version: '1.8.1')
i18n = import('i18n')
gnome = import('gnome')