Skip to content

Commit 49ee2de

Browse files
committed
Add initial plurals .ts files for i18n examples
Since we automatically create a plurals .ts file with qt_add_translations, the i18n examples pollute the source tree of Qt with generated .ts files. Fix this by adding initial .ts files to the repository. Pick-to: 6.7 6.8 Fixes: QTBUG-124709 Change-Id: I875c8395a975f7182d0a10781d96a9a78b2c1e4a Reviewed-by: Alexey Edelev <[email protected]>
1 parent 213a613 commit 49ee2de

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
When using CMake, run the update_translations CMake target
4+
to populate the source strings in this file.
5+
6+
When using QMake, run the following command:
7+
lupdate arrowpad.pro
8+
-->
9+
<!DOCTYPE TS>
10+
<TS version="2.1" language="en_US"/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
When using CMake, run the update_translations CMake target
4+
to populate the source strings in this file.
5+
6+
When using QMake, run the following command:
7+
lupdate hellotr.pro
8+
-->
9+
<!DOCTYPE TS>
10+
<TS version="2.1" language="en_US"/>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
When using CMake, run the update_translations CMake target
4+
to populate the source strings in this file.
5+
6+
When using QMake, run the following command:
7+
lupdate trollprint.pro
8+
-->
9+
<!DOCTYPE TS>
10+
<TS version="2.1" language="en_US"/>

0 commit comments

Comments
 (0)