summaryrefslogtreecommitdiff
path: root/noncore/games
Unidiff
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/chess/chess.pro1
-rw-r--r--noncore/games/fifteen/fifteen.pro1
-rw-r--r--noncore/games/go/go.pro1
-rw-r--r--noncore/games/kcheckers/kcheckers.pro12
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro1
-rw-r--r--noncore/games/minesweep/minesweep.pro1
-rw-r--r--noncore/games/parashoot/parashoot.pro1
-rw-r--r--noncore/games/qasteroids/qasteroids.pro1
-rw-r--r--noncore/games/tetrix/tetrix.pro1
-rw-r--r--noncore/games/tictac/tictac.pro12
-rw-r--r--noncore/games/wordgame/wordgame.pro7
11 files changed, 34 insertions, 5 deletions
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro
index 2d78d5d..0e1eabf 100644
--- a/noncore/games/chess/chess.pro
+++ b/noncore/games/chess/chess.pro
@@ -8,18 +8,19 @@ IMAGES = images/new.png images/repeat.png images/txt.png images/back.png
8 TEMPLATE=app 8 TEMPLATE=app
9 CONFIG+= qt warn_on release 9 CONFIG+= qt warn_on release
10INCLUDEPATH += $(OPIEDIR)/include 10INCLUDEPATH += $(OPIEDIR)/include
11 LIBS+= -lqpe 11 LIBS+= -lqpe
12 DBFILE= chess.db 12 DBFILE= chess.db
13 LANGUAGE= C++ 13 LANGUAGE= C++
14 CPP_ALWAYS_CREATE_SOURCE= TRUE 14 CPP_ALWAYS_CREATE_SOURCE= TRUE
15 15
16TRANSLATIONS = ../i18n/pt_BR/chess.ts 16TRANSLATIONS = ../i18n/pt_BR/chess.ts
17TRANSLATIONS += ../i18n/de/chess.ts 17TRANSLATIONS += ../i18n/de/chess.ts
18TRANSLATIONS += ../i18n/en/chess.ts 18TRANSLATIONS += ../i18n/en/chess.ts
19TRANSLATIONS += ../i18n/fr/chess.ts 19TRANSLATIONS += ../i18n/fr/chess.ts
20TRANSLATIONS += ../i18n/sl/chess.ts
20TRANSLATIONS += ../i18n/hu/chess.ts 21TRANSLATIONS += ../i18n/hu/chess.ts
21TRANSLATIONS += ../i18n/ja/chess.ts 22TRANSLATIONS += ../i18n/ja/chess.ts
22TRANSLATIONS += ../i18n/ko/chess.ts 23TRANSLATIONS += ../i18n/ko/chess.ts
23TRANSLATIONS += ../i18n/no/chess.ts 24TRANSLATIONS += ../i18n/no/chess.ts
24TRANSLATIONS += ../i18n/zh_CN/chess.ts 25TRANSLATIONS += ../i18n/zh_CN/chess.ts
25TRANSLATIONS += ../i18n/zh_TW/chess.ts 26TRANSLATIONS += ../i18n/zh_TW/chess.ts
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro
index bde742f..086ebc2 100644
--- a/noncore/games/fifteen/fifteen.pro
+++ b/noncore/games/fifteen/fifteen.pro
@@ -5,17 +5,18 @@ HEADERS = fifteen.h
5 SOURCES = fifteen.cpp \ 5 SOURCES = fifteen.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = fifteen 10 TARGET = fifteen
11 11
12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts 12TRANSLATIONS = ../i18n/pt_BR/fifteen.ts
13TRANSLATIONS += ../i18n/de/fifteen.ts 13TRANSLATIONS += ../i18n/de/fifteen.ts
14TRANSLATIONS += ../i18n/en/fifteen.ts 14TRANSLATIONS += ../i18n/en/fifteen.ts
15TRANSLATIONS += ../i18n/hu/fifteen.ts 15TRANSLATIONS += ../i18n/hu/fifteen.ts
16TRANSLATIONS += ../i18n/ja/fifteen.ts 16TRANSLATIONS += ../i18n/ja/fifteen.ts
17TRANSLATIONS += ../i18n/sl/fifteen.ts
17TRANSLATIONS += ../i18n/ko/fifteen.ts 18TRANSLATIONS += ../i18n/ko/fifteen.ts
18TRANSLATIONS += ../i18n/fr/fifteen.ts 19TRANSLATIONS += ../i18n/fr/fifteen.ts
19TRANSLATIONS += ../i18n/no/fifteen.ts 20TRANSLATIONS += ../i18n/no/fifteen.ts
20TRANSLATIONS += ../i18n/zh_CN/fifteen.ts 21TRANSLATIONS += ../i18n/zh_CN/fifteen.ts
21TRANSLATIONS += ../i18n/zh_TW/fifteen.ts 22TRANSLATIONS += ../i18n/zh_TW/fifteen.ts
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index b87b2c7..2eaaac2 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -13,16 +13,17 @@ SOURCES = amigo.c \
13 main.cpp 13 main.cpp
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
15 DEPENDPATH+= $(OPIEDIR)/include 15 DEPENDPATH+= $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 TARGET = go 17 TARGET = go
18 18
19TRANSLATIONS = ../i18n/de/go.ts 19TRANSLATIONS = ../i18n/de/go.ts
20TRANSLATIONS += ../i18n/pt_BR/go.ts 20TRANSLATIONS += ../i18n/pt_BR/go.ts
21TRANSLATIONS += ../i18n/en/go.ts 21TRANSLATIONS += ../i18n/en/go.ts
22TRANSLATIONS += ../i18n/hu/go.ts 22TRANSLATIONS += ../i18n/hu/go.ts
23TRANSLATIONS += ../i18n/ja/go.ts 23TRANSLATIONS += ../i18n/ja/go.ts
24TRANSLATIONS += ../i18n/fr/go.ts 24TRANSLATIONS += ../i18n/fr/go.ts
25TRANSLATIONS += ../i18n/sl/go.ts
25TRANSLATIONS += ../i18n/ko/go.ts 26TRANSLATIONS += ../i18n/ko/go.ts
26TRANSLATIONS += ../i18n/no/go.ts 27TRANSLATIONS += ../i18n/no/go.ts
27TRANSLATIONS += ../i18n/zh_CN/go.ts 28TRANSLATIONS += ../i18n/zh_CN/go.ts
28TRANSLATIONS += ../i18n/zh_TW/go.ts 29TRANSLATIONS += ../i18n/zh_TW/go.ts
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro
index fbc12d4..614635d 100644
--- a/noncore/games/kcheckers/kcheckers.pro
+++ b/noncore/games/kcheckers/kcheckers.pro
@@ -9,13 +9,23 @@ SOURCES = checkers.cpp \
9 echeckers.cpp \ 9 echeckers.cpp \
10 field.cpp \ 10 field.cpp \
11 kcheckers.cpp \ 11 kcheckers.cpp \
12 main.cpp \ 12 main.cpp \
13 rcheckers.cpp 13 rcheckers.cpp
14 INTERFACES= 14 INTERFACES=
15 INCLUDEPATH+= . \ 15 INCLUDEPATH+= . \
16 $(OPIEDIR)/include 16 $(OPIEDIR)/include
17 LIBS += -lqpe 17 LIBS += -lqpe
18 DESTDIR = $(OPIEDIR)/bin 18 DESTDIR = $(OPIEDIR)/bin
19 TARGET = kcheckers 19 TARGET = kcheckers
20 20
21TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts 21TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts
22TRANSLATIONS += ../../i18n/de/kcheckers.ts
23TRANSLATIONS += ../../i18n/en/kcheckers.ts
24TRANSLATIONS += ../../i18n/hu/kcheckers.ts
25TRANSLATIONS += ../../i18n/sl/kcheckers.ts
26TRANSLATIONS += ../../i18n/ja/kcheckers.ts
27TRANSLATIONS += ../../i18n/ko/kcheckers.ts
28TRANSLATIONS += ../../i18n/no/kcheckers.ts
29TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts
30TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts
31TRANSLATIONS += ../../i18n/fr/kcheckers.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 11ba940..19cfc90 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -6,16 +6,17 @@ SOURCES = main.cpp \
6 mindbreaker.cpp 6 mindbreaker.cpp
7TARGET = mindbreaker 7TARGET = mindbreaker
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11 11
12TRANSLATIONS = ../i18n/de/mindbreaker.ts 12TRANSLATIONS = ../i18n/de/mindbreaker.ts
13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts 13TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
14TRANSLATIONS += ../i18n/en/mindbreaker.ts 14TRANSLATIONS += ../i18n/en/mindbreaker.ts
15TRANSLATIONS += ../i18n/hu/mindbreaker.ts 15TRANSLATIONS += ../i18n/hu/mindbreaker.ts
16TRANSLATIONS += ../i18n/fr/mindbreaker.ts 16TRANSLATIONS += ../i18n/fr/mindbreaker.ts
17TRANSLATIONS += ../i18n/ja/mindbreaker.ts 17TRANSLATIONS += ../i18n/ja/mindbreaker.ts
18TRANSLATIONS += ../i18n/sl/mindbreaker.ts
18TRANSLATIONS += ../i18n/ko/mindbreaker.ts 19TRANSLATIONS += ../i18n/ko/mindbreaker.ts
19TRANSLATIONS += ../i18n/no/mindbreaker.ts 20TRANSLATIONS += ../i18n/no/mindbreaker.ts
20TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts 21TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts
21TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts 22TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index b5306df..42432c2 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -9,15 +9,16 @@ SOURCES = main.cpp \
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 INTERFACES= 12 INTERFACES=
13 13
14TRANSLATIONS = ../i18n/de/minesweep.ts 14TRANSLATIONS = ../i18n/de/minesweep.ts
15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts 15TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
16TRANSLATIONS += ../i18n/en/minesweep.ts 16TRANSLATIONS += ../i18n/en/minesweep.ts
17TRANSLATIONS += ../i18n/hu/minesweep.ts 17TRANSLATIONS += ../i18n/hu/minesweep.ts
18TRANSLATIONS += ../i18n/ja/minesweep.ts 18TRANSLATIONS += ../i18n/ja/minesweep.ts
19TRANSLATIONS += ../i18n/fr/minesweep.ts 19TRANSLATIONS += ../i18n/fr/minesweep.ts
20TRANSLATIONS += ../i18n/ko/minesweep.ts 20TRANSLATIONS += ../i18n/ko/minesweep.ts
21TRANSLATIONS += ../i18n/sl/minesweep.ts
21TRANSLATIONS += ../i18n/no/minesweep.ts 22TRANSLATIONS += ../i18n/no/minesweep.ts
22TRANSLATIONS += ../i18n/zh_CN/minesweep.ts 23TRANSLATIONS += ../i18n/zh_CN/minesweep.ts
23TRANSLATIONS += ../i18n/zh_TW/minesweep.ts 24TRANSLATIONS += ../i18n/zh_TW/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index a87d4b7..2d42e9b 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -6,15 +6,16 @@ SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicop
6 TARGET = parashoot 6 TARGET = parashoot
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/parashoot.ts 11TRANSLATIONS = ../i18n/de/parashoot.ts
12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts 12TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
13TRANSLATIONS += ../i18n/en/parashoot.ts 13TRANSLATIONS += ../i18n/en/parashoot.ts
14TRANSLATIONS += ../i18n/hu/parashoot.ts 14TRANSLATIONS += ../i18n/hu/parashoot.ts
15TRANSLATIONS += ../i18n/ja/parashoot.ts 15TRANSLATIONS += ../i18n/ja/parashoot.ts
16TRANSLATIONS += ../i18n/ko/parashoot.ts 16TRANSLATIONS += ../i18n/ko/parashoot.ts
17TRANSLATIONS += ../i18n/fr/parashoot.ts 17TRANSLATIONS += ../i18n/fr/parashoot.ts
18TRANSLATIONS += ../i18n/sl/parashoot.ts
18TRANSLATIONS += ../i18n/no/parashoot.ts 19TRANSLATIONS += ../i18n/no/parashoot.ts
19TRANSLATIONS += ../i18n/zh_CN/parashoot.ts 20TRANSLATIONS += ../i18n/zh_CN/parashoot.ts
20TRANSLATIONS += ../i18n/zh_TW/parashoot.ts 21TRANSLATIONS += ../i18n/zh_TW/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 39a9857..20749db 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -6,15 +6,16 @@ SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp
6 TARGET = qasteroids 6 TARGET = qasteroids
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 10
11TRANSLATIONS = ../i18n/de/qasteroids.ts 11TRANSLATIONS = ../i18n/de/qasteroids.ts
12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts 12TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
13TRANSLATIONS += ../i18n/en/qasteroids.ts 13TRANSLATIONS += ../i18n/en/qasteroids.ts
14TRANSLATIONS += ../i18n/hu/qasteroids.ts 14TRANSLATIONS += ../i18n/hu/qasteroids.ts
15TRANSLATIONS += ../i18n/fr/qasteroids.ts 15TRANSLATIONS += ../i18n/fr/qasteroids.ts
16TRANSLATIONS += ../i18n/ja/qasteroids.ts 16TRANSLATIONS += ../i18n/ja/qasteroids.ts
17TRANSLATIONS += ../i18n/ko/qasteroids.ts 17TRANSLATIONS += ../i18n/ko/qasteroids.ts
18TRANSLATIONS += ../i18n/sl/qasteroids.ts
18TRANSLATIONS += ../i18n/no/qasteroids.ts 19TRANSLATIONS += ../i18n/no/qasteroids.ts
19TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts 20TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts
20TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts 21TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro
index 3cd66d8..5bb72ac 100644
--- a/noncore/games/tetrix/tetrix.pro
+++ b/noncore/games/tetrix/tetrix.pro
@@ -12,17 +12,18 @@ SOURCES = main.cpp \
12 qtetrixb.cpp \ 12 qtetrixb.cpp \
13 tpiece.cpp 13 tpiece.cpp
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
15 DEPENDPATH+= $(OPIEDIR)/include 15 DEPENDPATH+= $(OPIEDIR)/include
16LIBS += -lqpe 16LIBS += -lqpe
17 INTERFACES= 17 INTERFACES=
18 18
19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts 19TRANSLATIONS = ../i18n/pt_BR/tetrix.ts
20TRANSLATIONS += ../i18n/de/tetrix.ts 20TRANSLATIONS += ../i18n/de/tetrix.ts
21TRANSLATIONS += ../i18n/en/tetrix.ts 21TRANSLATIONS += ../i18n/en/tetrix.ts
22TRANSLATIONS += ../i18n/fr/tetrix.ts 22TRANSLATIONS += ../i18n/fr/tetrix.ts
23TRANSLATIONS += ../i18n/hu/tetrix.ts 23TRANSLATIONS += ../i18n/hu/tetrix.ts
24TRANSLATIONS += ../i18n/sl/tetrix.ts
24TRANSLATIONS += ../i18n/ja/tetrix.ts 25TRANSLATIONS += ../i18n/ja/tetrix.ts
25TRANSLATIONS += ../i18n/ko/tetrix.ts 26TRANSLATIONS += ../i18n/ko/tetrix.ts
26TRANSLATIONS += ../i18n/no/tetrix.ts 27TRANSLATIONS += ../i18n/no/tetrix.ts
27TRANSLATIONS += ../i18n/zh_CN/tetrix.ts 28TRANSLATIONS += ../i18n/zh_CN/tetrix.ts
28TRANSLATIONS += ../i18n/zh_TW/tetrix.ts 29TRANSLATIONS += ../i18n/zh_TW/tetrix.ts
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro
index c82e1ca..a32e0d2 100644
--- a/noncore/games/tictac/tictac.pro
+++ b/noncore/games/tictac/tictac.pro
@@ -1,13 +1,23 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = tictac.h 3HEADERS = tictac.h
4SOURCES = main.cpp \ 4SOURCES = main.cpp \
5 tictac.cpp 5 tictac.cpp
6TARGET = tictac 6TARGET = tictac
7REQUIRES=medium-config 7REQUIRES=medium-config
8INCLUDEPATH += $(OPIEDIR)/include 8INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 9DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe 10LIBS += -lqpe
11DESTDIR = $(OPIEDIR)/bin 11DESTDIR = $(OPIEDIR)/bin
12 12
13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts 13TRANSLATIONS = ../../i18n/pt_BR/tictac.ts
14TRANSLATIONS += ../../i18n/de/tictac.ts
15TRANSLATIONS += ../../i18n/en/tictac.ts
16TRANSLATIONS += ../../i18n/hu/tictac.ts
17TRANSLATIONS += ../../i18n/sl/tictac.ts
18TRANSLATIONS += ../../i18n/ja/tictac.ts
19TRANSLATIONS += ../../i18n/ko/tictac.ts
20TRANSLATIONS += ../../i18n/no/tictac.ts
21TRANSLATIONS += ../../i18n/zh_CN/tictac.ts
22TRANSLATIONS += ../../i18n/zh_TW/tictac.ts
23TRANSLATIONS += ../../i18n/fr/tictac.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index fd4f46e..6772c18 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -1,22 +1,23 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = wordgame.h 4 HEADERS = wordgame.h
5 SOURCES = main.cpp \ 5 SOURCES = main.cpp \
6 wordgame.cpp 6 wordgame.cpp
7 INTERFACES= newgamebase.ui rulesbase.ui 7 INTERFACES= newgamebase.ui rulesbase.ui
8 TARGET = wordgame 8 TARGET = wordgame
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10 DEPENDPATH+= $(OPIEDIR)/include 10 DEPENDPATH+= $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 12
13TRANSLATIONS = ../i18n/de/wordgame.ts 13TRANSLATIONS = ../i18n/pt_BR/wordgame.ts
14TRANSLATIONS += ../i18n/pt_BR/wordgame.ts 14TRANSLATIONS += ../i18n/de/wordgame.ts
15TRANSLATIONS += ../i18n/en/wordgame.ts 15TRANSLATIONS += ../i18n/en/wordgame.ts
16TRANSLATIONS += ../i18n/hu/wordgame.ts 16TRANSLATIONS += ../i18n/hu/wordgame.ts
17TRANSLATIONS += ../i18n/sl/wordgame.ts
17TRANSLATIONS += ../i18n/ja/wordgame.ts 18TRANSLATIONS += ../i18n/ja/wordgame.ts
18TRANSLATIONS += ../i18n/ko/wordgame.ts 19TRANSLATIONS += ../i18n/ko/wordgame.ts
19TRANSLATIONS += ../i18n/fr/wordgame.ts
20TRANSLATIONS += ../i18n/no/wordgame.ts 20TRANSLATIONS += ../i18n/no/wordgame.ts
21TRANSLATIONS += ../i18n/zh_CN/wordgame.ts 21TRANSLATIONS += ../i18n/zh_CN/wordgame.ts
22TRANSLATIONS += ../i18n/zh_TW/wordgame.ts 22TRANSLATIONS += ../i18n/zh_TW/wordgame.ts
23TRANSLATIONS += ../i18n/fr/wordgame.ts