summaryrefslogtreecommitdiffstats
path: root/app/translations.pri
AgeCommit message (Collapse)AuthorFilesLines
2017-11-30Fix path to Qt5Tool:lrelease for nativeeel_4.99.4eel/4.99.44.99.4Tadao Tanikawa1-2/+2
Makefile for dashboard generated by qmake looked at lrelease in the host environment, therefore dashboard's build should fail if 'lrelease' is not installed in the host. Fix project include file for dashboard becoming able to generate correct path for 'lrelease' from related path: lrelease to absolute path: <sysroot>/lrelease Change-Id: Ia46a50a6b67d96a3a7234c840ad22bce0b22959d Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit 06ca4be06cc082c77565f1828fedce11e3510b6b)
2017-11-30I18N: add basic functionality and a few translationsTasuku Suzuki1-0/+16
Added very first i18n support in the simple application. Placed language buttons at the bottom to change current language. They should be removed once current language comes from somewhere. Laying out issues should be fixed later. Change-Id: Ib5d646784820cb2753edd5a588a8826ad7d20539 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit 464e6c7f6056cec8a1d150216338d58a827307e6)