2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 07:05:13 +00:00

added spanish language

This commit is contained in:
John Preston
2014-12-20 20:49:18 +03:00
parent 0990a66f3c
commit 807b74e55d
6 changed files with 513 additions and 19 deletions

View File

@@ -122,7 +122,7 @@ SettingsInner::SettingsInner(SettingsWidget *parent) : QWidget(parent),
_soundNotify(this, lang(lng_settings_sound_notify), cSoundNotify()),
// general
_changeLanguage(this, qsl("Change Language")),
_changeLanguage(this, lang(lng_settings_change_lang)),
_autoUpdate(this, lang(lng_settings_auto_update), cAutoUpdate()),
_checkNow(this, lang(lng_settings_check_now)),
_restartNow(this, lang(lng_settings_update_now)),