Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed May 24, 2022
2 parents c93d0c3 + 550226e commit b28e01d
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 98 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 0.16.2-{build}-{branch}
version: 0.16.3-{build}-{branch}

pull_requests:
do_not_increment_build_number: true

skip_tags: true

image:
- Ubuntu1804
- Ubuntu

clone_folder: ~/build/GameHub

Expand Down
4 changes: 2 additions & 2 deletions data/com.github.tkashkin.gamehub.changelog.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<release type="stable" version="0.16.1" date="2021-09-01" timestamp="1630521639">
<release type="stable" version="0.16.3" date="2022-05-24">
<description>
<ul>
<li>0.16.1: New Steam libraryfolders format (#558)</li>
<li>0.16.3: Collection: Expand $game everywhere (#632, #635)</li>
</ul>
</description>
</release>
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.tkashkin.gamehub (0.16.1) focal; urgency=low
* 0.16.1
com.github.tkashkin.gamehub (0.16.3) focal; urgency=low
* 0.16.3: Collection: Expand $game everywhere (#632, #635)

-- Anatoliy Kashkin <tkashkin@gmail.com> Sun, 19 Sep 2021 22:18:30 +0300
-- Anatoliy Kashkin <tkashkin@gmail.com> Tue, 24 May 2022 22:18:06 +0300
6 changes: 3 additions & 3 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.tkashkin.gamehub (0.16.1~$VERSION_SUFFIX) $DISTRO; urgency=low
* 0.16.1
com.github.tkashkin.gamehub (0.16.3~$VERSION_SUFFIX) $DISTRO; urgency=low
* 0.16.3: Collection: Expand $game everywhere (#632, #635)

-- Anatoliy Kashkin <tkashkin@gmail.com> Sun, 19 Sep 2021 22:18:30 +0300
-- Anatoliy Kashkin <tkashkin@gmail.com> Tue, 24 May 2022 22:18:06 +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.gamehub', 'vala', 'c', version: '0.16.2')
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.16.3')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
13 changes: 6 additions & 7 deletions po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.tkashkin.gamehub package.
# Omar Aglan <omar.aglan91@yahoo.com>, 2019.
# abidin toumi <abidin24@disroot.org>, 2019, 2020.
# abidin toumi <abidin24@disroot.org>, 2019, 2020, 2022.
msgid ""
msgstr ""
"Project-Id-Version: com.github.tkashkin.gamehub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-26 06:40+0300\n"
"PO-Revision-Date: 2020-10-13 16:26+0000\n"
"PO-Revision-Date: 2022-05-01 09:12+0000\n"
"Last-Translator: abidin toumi <abidin24@disroot.org>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/gamehub/"
"translations/ar/>\n"
Expand All @@ -18,7 +18,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.3-dev\n"
"X-Generator: Weblate 4.12.1\n"

#: src/app.vala:91
msgid "Show help"
Expand Down Expand Up @@ -720,9 +720,8 @@ msgstr "DLC"

#: src/ui/dialogs/SettingsDialog/pages/general/Collection.vala:73
#: src/ui/views/GameDetailsView/blocks/GOGDetails.vala:197
#, fuzzy
msgid "Bonus content"
msgstr "المحتوى المكافأة"
msgstr "المحتوى الإضافي"

#: src/ui/dialogs/SettingsDialog/pages/general/Collection.vala:84
msgid "Variable syntax: <b>$var</b> or <b>${var}</b>"
Expand Down Expand Up @@ -1368,13 +1367,13 @@ msgstr[4] "%u لعبة"
msgstr[5] "%u ألعاب"

#: src/ui/views/GamesView/GamesView.vala:553
#, c-format, fuzzy
#, c-format
msgctxt "games_view_subtitle_filtered_games"
msgid "%1$u / %2$s"
msgstr "%1$u / %2$s"

#: src/ui/views/GamesView/GamesView.vala:557
#, c-format, fuzzy
#, c-format
msgctxt "games_view_subtitle"
msgid "%1$s: %2$s"
msgstr "%1$s: %2$s"
Expand Down
Loading

0 comments on commit b28e01d

Please sign in to comment.