summaryrefslogtreecommitdiff
path: root/noncore/games
authorkergoth <kergoth>2002-03-19 02:38:30 (UTC)
committer kergoth <kergoth>2002-03-19 02:38:30 (UTC)
commit0097a3253cae1c440a9d10c1dec261f10023195b (patch) (side-by-side diff)
tree227bcf958e90799f9482706fc6ad03fc3e90a217 /noncore/games
parent7e0f49c9973bb2769afbd1fe2b70da093f200c03 (diff)
downloadopie-0097a3253cae1c440a9d10c1dec261f10023195b.zip
opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.gz
opie-0097a3253cae1c440a9d10c1dec261f10023195b.tar.bz2
TRANSLATION variable brokenness.
Diffstat (limited to 'noncore/games') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/go.pro3
-rw-r--r--noncore/games/mindbreaker/mindbreaker.pro3
-rw-r--r--noncore/games/minesweep/minesweep.pro2
-rw-r--r--noncore/games/parashoot/parashoot.pro2
-rw-r--r--noncore/games/qasteroids/qasteroids.pro2
-rw-r--r--noncore/games/snake/snake.pro2
-rwxr-xr-xnoncore/games/solitaire/solitaire.pro2
-rw-r--r--noncore/games/wordgame/wordgame.pro2
8 files changed, 8 insertions, 10 deletions
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index cba2400..9fc50e7 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -17,5 +17,4 @@ LIBS += -lqpe
TARGET = go
TRANSLATIONS = ../i18n/de/go.ts
-TRANSLATIONS = ../i18n/pt_BR/go.ts
-
+TRANSLATIONS += ../i18n/pt_BR/go.ts
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro
index 95c4b98..330452a 100644
--- a/noncore/games/mindbreaker/mindbreaker.pro
+++ b/noncore/games/mindbreaker/mindbreaker.pro
@@ -10,5 +10,4 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/mindbreaker.ts
-TRANSLATIONS = ../i18n/pt_BR/mindbreaker.ts
-
+TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro
index 8a34551..00c8c92 100644
--- a/noncore/games/minesweep/minesweep.pro
+++ b/noncore/games/minesweep/minesweep.pro
@@ -12,4 +12,4 @@ LIBS += -lqpe
INTERFACES =
TRANSLATIONS = ../i18n/de/minesweep.ts
-TRANSLATIONS = ../i18n/pt_BR/minesweep.ts
+TRANSLATIONS += ../i18n/pt_BR/minesweep.ts
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro
index ad77985..bd2b54a 100644
--- a/noncore/games/parashoot/parashoot.pro
+++ b/noncore/games/parashoot/parashoot.pro
@@ -9,4 +9,4 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/parashoot.ts
-TRANSLATIONS = ../i18n/pt_BR/parashoot.ts
+TRANSLATIONS += ../i18n/pt_BR/parashoot.ts
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro
index 3f91cdb..7fd8bdb 100644
--- a/noncore/games/qasteroids/qasteroids.pro
+++ b/noncore/games/qasteroids/qasteroids.pro
@@ -9,4 +9,4 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/qasteroids.ts
-TRANSLATIONS = ../i18n/pt_BR/qasteroids.ts
+TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro
index dcbf1ee..8971454 100644
--- a/noncore/games/snake/snake.pro
+++ b/noncore/games/snake/snake.pro
@@ -9,4 +9,4 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/snake.ts
-TRANSLATIONS = ../i18n/pt_BR/snake.ts
+TRANSLATIONS += ../i18n/pt_BR/snake.ts
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro
index 698c607..96cee06 100755
--- a/noncore/games/solitaire/solitaire.pro
+++ b/noncore/games/solitaire/solitaire.pro
@@ -16,4 +16,4 @@ LIBS += -lqpe
REQUIRES = patience
TRANSLATIONS = ../i18n/de/patience.ts
-TRANSLATIONS = ../i18n/pt_BR/patience.ts
+TRANSLATIONS += ../i18n/pt_BR/patience.ts
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro
index 7ae06ad..15ebe31 100644
--- a/noncore/games/wordgame/wordgame.pro
+++ b/noncore/games/wordgame/wordgame.pro
@@ -11,4 +11,4 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe
TRANSLATIONS = ../i18n/de/wordgame.ts
-TRANSLATIONS = ../i18n/pt_BR/wordgame.ts
+TRANSLATIONS += ../i18n/pt_BR/wordgame.ts