Skip to content

Commit

Permalink
Yet another locale fix
Browse files Browse the repository at this point in the history
Installers cache management


Former-commit-id: 1cc9b24
  • Loading branch information
tkashkin committed Jul 20, 2018
1 parent d5eb20d commit 0b08299
Show file tree
Hide file tree
Showing 22 changed files with 479 additions and 192 deletions.
9 changes: 9 additions & 0 deletions data/GameHub.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
padding-bottom: 6px;
padding-top: 6px;
}
.description-header
{
padding-bottom: 0;
}
list .h4
{
padding-left: 6px;
Expand All @@ -134,4 +138,9 @@ button label
list:not(:backdrop) row:selected:focus label.category-label
{
color: alpha(#ffffff, 0.8);
}

list.installers-list
{
background: transparent;
}
6 changes: 6 additions & 0 deletions data/com.github.tkashkin.gamehub.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
</screenshots>

<releases>
<release type="development" version="0.5.7" date="2018-07-21">
<description>
<p>Yet another locale fix</p>
<p>Installers cache management</p>
</description>
</release>
<release type="development" version="0.5.6" date="2018-07-20">
<description>
<p>Fix crash for GOG "games" like Hotline Miami 2: Wrong Number - Digital Comics</p>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
com.github.tkashkin.gamehub (0.5.7) xenial; urgency=low

* Yet another locale fix
* Installers cache management

-- tkashkin <[email protected]> Sat, 21 Jul 2018 02:39:34 +0300

com.github.tkashkin.gamehub (0.5.6) xenial; urgency=low

* Fix crash for GOG "games" like Hotline Miami 2 Digital Comics
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ override_dh_auto_clean:

override_dh_auto_configure:
mkdir -p debian/build
cd debian/build && meson --prefix=/usr ../..
cd debian/build && meson --prefix=/usr -Ddistro=debian ../..

override_dh_auto_build:
cd debian/build && ninja -v
Expand Down
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.5.6')
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.5.7')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
option('distro', type: 'combo', choices: ['generic', 'debian', 'arch'], value: 'debian')
option('distro', type: 'combo', choices: ['generic', 'debian', 'arch'], value: 'generic')

option('flatpak', type: 'boolean', value: false)
option('runtime', type: 'string', value: '')
Expand Down
76 changes: 52 additions & 24 deletions po/com.github.tkashkin.gamehub.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.gamehub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-20 17:06+0300\n"
"POT-Creation-Date: 2018-07-21 01:58+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 All @@ -34,28 +34,28 @@ msgstr ""
msgid "Manage your Steam, GOG and Humble Bundle games in one place."
msgstr ""

#: src/data/Game.vala:74
#: src/data/Game.vala:75
msgid "Installed"
msgstr ""

#: src/data/Game.vala:75
#: src/data/Game.vala:76
msgid "Installing"
msgstr ""

#: src/data/Game.vala:76
#: src/data/Game.vala:77
msgid "Download started"
msgstr ""

#: src/data/Game.vala:77
#: src/data/Game.vala:78
msgid "Download finished"
msgstr ""

#: src/data/Game.vala:80
#: src/data/Game.vala:81
#, c-format
msgid "Downloading: %d%% (%s / %s)"
msgstr ""

#: src/data/Game.vala:82
#: src/data/Game.vala:83
msgid "Not installed"
msgstr ""

Expand All @@ -70,7 +70,7 @@ msgid ""
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:13 src/ui/views/WelcomeView.vala:34
#: src/ui/views/WelcomeView.vala:59 src/ui/views/GamesView/GamesView.vala:141
#: src/ui/views/WelcomeView.vala:59 src/ui/views/GamesView/GamesView.vala:143
msgid "Settings"
msgstr ""

Expand Down Expand Up @@ -98,30 +98,58 @@ msgstr ""
msgid "GOG games directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:47
#: src/ui/dialogs/SettingsDialog.vala:43
msgid "GOG installers cache"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:48
msgid "Humble Bundle games directory"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:61
#: src/ui/dialogs/SettingsDialog.vala:49
msgid "Humble Bundle installers cache"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:63
#: src/ui/dialogs/GameDetailsDialog.vala:31
msgid "Close"
msgstr ""

#: src/ui/dialogs/GameInstallDialog.vala:33
#: src/ui/dialogs/GameInstallDialog.vala:128
#: src/ui/views/GameDetailsView/GameDetailsView.vala:158
#: src/ui/dialogs/SettingsDialog.vala:180
msgid "Open"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:187
msgid "Clear"
msgstr ""

#: src/ui/dialogs/SettingsDialog.vala:203
#, c-format
msgid "%llu installer; %s"
msgid_plural "%llu installers; %s"
msgstr[0] ""
msgstr[1] ""

#: src/ui/dialogs/GameInstallDialog.vala:31
#: src/ui/dialogs/GameInstallDialog.vala:131
#: src/ui/views/GameDetailsView/GameDetailsView.vala:162
msgid "Install"
msgstr ""

#: src/ui/dialogs/GameInstallDialog.vala:87
msgid "Select game installer"
msgstr ""

#: src/ui/dialogs/GameInstallDialog.vala:121
#: src/ui/dialogs/GameInstallDialog.vala:92
#, c-format
msgid "Installer size: %s"
msgstr ""

#: src/ui/dialogs/GameInstallDialog.vala:124
msgid "Cancel"
msgstr ""

#: src/ui/dialogs/GameInstallDialog.vala:125
#: src/ui/dialogs/GameInstallDialog.vala:128
msgid "Import"
msgstr ""

Expand Down Expand Up @@ -183,41 +211,41 @@ msgstr ""
msgid "Downloads"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:136
#: src/ui/views/GamesView/GamesView.vala:138
msgid "Search"
msgstr ""

#: src/ui/views/GamesView/GamesView.vala:192
#: src/ui/views/GamesView/GamesView.vala:194
#, c-format
msgid "%u game"
msgid_plural "%u games"
msgstr[0] ""
msgstr[1] ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:120
#: src/ui/views/GameDetailsView/GameDetailsView.vala:122
msgid "Description"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:159
#: src/ui/views/GameDetailsView/GameDetailsView.vala:163
msgid "Run"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:160
#: src/ui/views/GameDetailsView/GameDetailsView.vala:164
msgid "Open installation directory"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:161
#: src/ui/views/GameDetailsView/GameDetailsView.vala:165
msgid "Open store page"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:162
#: src/ui/views/GameDetailsView/GameDetailsView.vala:166
msgid "Uninstall"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:229
#: src/ui/views/GameDetailsView/GameDetailsView.vala:235
msgid "Language"
msgstr ""

#: src/ui/views/GameDetailsView/GameDetailsView.vala:232
#: src/ui/views/GameDetailsView/GameDetailsView.vala:238
msgid "Languages"
msgstr ""
Loading

0 comments on commit 0b08299

Please sign in to comment.