summaryrefslogtreecommitdiff
path: root/translations/translations.pro
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+2
|\ | | | | | | Change-Id: If564bc735d31cbf5c64d6af7464c4bae18f02f64
| * fix ts targets for build dirs with spacesOswald Buddenhagen2016-07-121-1/+1
| | | | | | | | | | Change-Id: I21ea10a160c2555eaf4da0da5eaeb08b49e4a922 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
| * Add Qt Quick Controls 2Friedemann Kleint2016-06-231-0/+1
| | | | | | | | | | Change-Id: I89fc31f57ef12f258c886cd63d62faf972008470 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+3
|\ \ | |/ | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Id643be8c78e9143b0b1c8afa7ad4da9cf7f67d7e
| * don't error out on non-existing projectsOswald Buddenhagen2016-04-061-1/+3
| | | | | | | | | | | | | | | | | | instead, silently ignore them - they typically stem from missing repositories (usually, the obsolete ones). Change-Id: Iaec00f8e88e4977bd820d1b8c3b5b8d5be30c72b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* | make .qm targets depend on lrelease executableOswald Buddenhagen2016-04-281-0/+1
|/ | | | | Change-Id: I15a666feedb31cdc70a6115ed322cea7197eb62f Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Fix install rules for generated _en.ts filesv5.6.0-beta1Kai Koehne2015-11-131-0/+1
| | | | | | | | | | | | | Commit aabb833032fa44c7 introduced _en.ts files that are auto-generated in the build directory. However, $$files() in this case returns absolute paths, which the text substition rules later on adds again. Fix this by first removing the absolute path. Task-number: QTBUG-49337 Change-Id: I245010121893e58145e43593b50a4e8209740ff0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
* Add qtwebengine translationsKai Koehne2015-11-051-0/+1
| | | | | Change-Id: Icefeaeb2918aeeffe5c3a4109783c005481eac3d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-4/+4
|\ | | | | | | Change-Id: I984770b869d735bc4d7cbd99242e944a47d588c0
| * Prevent make commit-ts from adding auto-generated _en.ts files.v5.5.15.5.15.5Kai Koehne2015-09-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | - Add auto-generated _en.ts files to .gitignore. - Let git do the globbing by passing the pattern on to git so that git add will not bail out with error when encountering a file listed in .gitignore. Task-number: QTBUG-48075 Change-Id: I2ab328a9ef4574e15742af2dafecda52f795685a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* | Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-281-2/+14
|\ \ | |/ | | | | Change-Id: I31b78e8f66651ed4d27f5208a88ed62dcfd03a94
| * Add English translationsKai Koehne2015-08-171-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically generate empty _en.qm files. This allows the user to use the QTranslator::load(QLocale) overload, e.g. translator.load(QLocale(), "qt", "_", QLibraryInfo::location(QLibraryInfo::TranslationsPath)); So far this has been using a non-English translation even if English has a higher priority (for instance by setting LANGUAGE=en:de on Linux). [ChangeLog][Translations] Qt modules now include an English translation (_en.qm) file. This fixes the behavior of QTranslator::load(QLocale) if English is just one of the configured languages. Change-Id: Ibb9e721ef501fbf5cb231671e3b89ef27a68f0a2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* | Add the russian QtSerialPort translationsDenis Shienkov2015-08-211-0/+1
|/ | | | | | Change-Id: I5c1b63a0df3bc6d710eaddc91784d6c602631ae7 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Add translation support for qtwebsocketsLiang Qi2015-02-111-0/+1
| | | | | Change-Id: I5a737f7bbc255a7c7bb6f80547863305c4f4e8ad Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Move QtQuick.Dialogs translations into separate file; dependenciesv5.4.0-alpha1Shawn Rutledge2014-09-041-0/+1
| | | | | | | qt_??.ts files need to depend on both qtdeclarative and qtquickcontrols Change-Id: Ib5c3b2c456828db09d3536c219b0b1840eaea645 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
* Add translation support for qtconnectivity and qtlocationAlex Blasche2014-02-151-2/+2
| | | | | | Change-Id: I3ef331489895571c403eacee04ac852cff51345d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* disable collection of strings from dead qtconfig toolv5.2.0-alpha1Oswald Buddenhagen2013-09-051-1/+1
| | | | | | Change-Id: Iaba5a1ac28cc784e5d6d4e0d51cfe59387eb5194 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* invoke every project with with the right output dirOswald Buddenhagen2013-08-121-4/+6
| | | | | | | otherwise qt_module_pris.prf prints (totally correct) useless warnings. Change-Id: I81052c8178b67ffffdd45eaf951ed7ac1e1e5fa3 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* fix qm output dir for non-prefix buildsv5.1.0-rc2v5.1.0Oswald Buddenhagen2013-06-141-2/+4
| | | | | | | | Task-number: QTBUG-31727 Change-Id: I696a7423beffb3114ac6f6b2a5dcbb297801c5a0 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* remove horrendeous hacksOswald Buddenhagen2013-03-271-25/+2
| | | | | | | | there is no need to make this module "buildable" with visual studio, so we just use the partly implemented aux TEMPLATE. Change-Id: Ie7989c674ad6f854764ac2617123bb1150695148 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* use cleaner way to force build of qm filesOswald Buddenhagen2013-03-271-2/+1
| | | | | Change-Id: I6fa77812a19ea0bc453c12a89e627c6165a4902e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* don't extract strings from linguist toolsOswald Buddenhagen2013-02-061-1/+1
| | | | | | | | | some of the tools are already bootstrapped, and even more will be. as we have no solution for the console encoding in bootstrapped apps, we don't actually translate them. so the translations are simply wasted. Change-Id: Id1b4849daea5b67bfd124e0a1f0b9b55a3289929 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* make sure that new files are treated with lconvert as wellOswald Buddenhagen2013-02-061-0/+2
| | | | | Change-Id: I035f3fc4efabf4812b9f428f4ea26fe28d7a791c Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Fix lupdate scanning of assistant.Friedemann Kleint2013-02-061-1/+1
| | | | | | | Do not scan help library for the application. Change-Id: Id839fb2953d5abf492a8507d979a4605745e1907 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* remove symbian vestigev5.0.0Oswald Buddenhagen2012-12-161-5/+0
| | | | | Change-Id: Ic051730cb2c5feff78765068151e7916d22f616f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* modularize translationsOswald Buddenhagen2012-11-201-25/+30
| | | | | | | this includes a script to modularize the old qt_??.ts files. Change-Id: I0fff36be18f5a9764d3ab1d2ee73e53cac43b979 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* simplify qtPrepareTool(LRELEASE, ...)Oswald Buddenhagen2012-11-201-1/+1
| | | | | | | no need to specify a source module any more Change-Id: Ie5ad576163c26057f20902a1131601622600cebe Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* qvfb is gone in qt5.v5.0.0-beta1Lars Knoll2012-08-071-1/+0
| | | | | | | Remove translations for qvfb, which was part of qt/embedded. Change-Id: If06e0dbbe06350295d40a58b5b392cf1f1a0143e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* QmlViewer: Translate UIKai Koehne2011-05-101-0/+1
| | | | | | | | | | | Install translators for the Qt & QmlViewer translations. also add QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCII to check for untranslated strings. Reviewed-by: Oswald Buddenhagen Task-number: QTBUG-14848 (cherry picked from commit f33b31dcc1b8fd35501ab5b441a4529e2f8570f3)
* Add qttranslations.pro to QtTranslations moduleMarius Storm-Olsen2011-04-271-1/+1
|
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+129
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12