1
0

i18n: zh_CN locale support

`CONFIG += embed_translations` is used.
This commit is contained in:
Gary Wang
2019-10-06 17:31:27 +08:00
committed by GitHub
parent 011e46b70b
commit b1260c0b41
9 changed files with 212 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
GraphicsScene::GraphicsScene(QObject *parent)
: QGraphicsScene(parent)
{
showText("Drag image here");
showText(tr("Drag image here"));
}
GraphicsScene::~GraphicsScene()