diff options
author | Mitch Curtis <[email protected]> | 2021-08-12 14:39:51 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2021-08-16 12:52:59 +0200 |
commit | 809339d1484cf556512534367b8170bc26baf072 (patch) | |
tree | 12871313b658f36d058b5ef25af1e247e9c46ce9 /tests/auto/quickcontrols2/translation/qml_jp.ts | |
parent | b01b4f00eae8022c6a97d90f54dac395144ae095 (diff) |
Now that qtquickcontrols2 has been merged into qtdeclarative,
we should make it obvious that this repo should no longer be
used, by preventing it from being built.
Task-number: QTBUG-95173
Pick-to: 6.2
Change-Id: I95bd6a214f3d75a865ab163ee0a1f9ffbeb7a051
Reviewed-by: Alexandru Croitor <[email protected]>
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'tests/auto/quickcontrols2/translation/qml_jp.ts')
-rw-r--r-- | tests/auto/quickcontrols2/translation/qml_jp.ts | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/auto/quickcontrols2/translation/qml_jp.ts b/tests/auto/quickcontrols2/translation/qml_jp.ts deleted file mode 100644 index 303c142f..00000000 --- a/tests/auto/quickcontrols2/translation/qml_jp.ts +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="ja_JP"> -<context> - <name>main</name> - <message> - <location filename="../main.qml" line="8"/> - <source>Hello World</source> - <translation>こんにちは世界</translation> - </message> - <message> - <location filename="../main.qml" line="12"/> - <source>Hello Text</source> - <translation>ハローテキスト</translation> - </message> - <message> - <location filename="../main.qml" line="35"/> - <source>Hello</source> - <translation>こんにちは</translation> - </message> - <message> - <location filename="../main.qml" line="38"/> - <source>ListView</source> - <translation>リストビュー</translation> - </message> -</context> -</TS> - |