summaryrefslogtreecommitdiffstats
path: root/translations/qtbase_sk.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersAntti Kokko2015-02-131-2/+2
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Idcecf516ee140800138abca5b095719992cccee0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Fix regression from Qt4 with layout directionJan Arve Saether2015-02-061-5/+8
| | | | | | | | | | | | | | | | | | | In order to resolve Right-to-Left layout from the translation file, we used to check if the result of QApplication::tr("QT_LAYOUT_DIRECTION") was the string "RTL". During modularization this changed context (using the wrong QCoreApplication::tr()), but the translation files didn't change. It turns out that it didn't make much sense to use that context, since the layout direction can only be changed on the QGuiApplication. We therefore have changed the context to QGuiApplication (in qtbase), and we must therefore update the relevant translation files. Change-Id: Iacea23da32a3d4128c259d7e8aad1823801dfd5f Task-number: QTBUG-43447 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Slovak translation split and updates.Zdenko Podobný2012-12-141-0/+5036
Change-Id: I1ad47f33365b989d6f8229c6219cf61ba4b83b4a Reviewed-by: Roman PaholĂ­k <wizzardsk@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>