Skip to content

Commit 25906af

Browse files
committed
Added translations folder
1 parent 01d2829 commit 25906af

14 files changed

+38
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
QMAKE_TARGET = TouchTicTacTen
2+
LUPDATE = $(QNX_HOST)/usr/bin/lupdate
3+
LRELEASE = $(QNX_HOST)/usr/bin/lrelease
4+
5+
update: $(QMAKE_TARGET).pro FORCE
6+
$(LUPDATE) $(QMAKE_TARGET).pro
7+
8+
release: $(QMAKE_TARGET).pro $(QMAKE_TARGET).ts
9+
$(LRELEASE) $(QMAKE_TARGET).pro
10+
11+
FORCE:
12+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include (../TouchTicTacTen.pro)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<�d��!�`���
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE TS>
3+
<TS version="2.0">
4+
</TS>
23 Bytes
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE TS>
3+
<TS version="2.0" language="de_DE">
4+
</TS>
23 Bytes
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE TS>
3+
<TS version="2.0" language="en_GB">
4+
</TS>
23 Bytes
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE TS>
3+
<TS version="2.0" language="es_ES">
4+
</TS>

0 commit comments

Comments
 (0)