From 2da629c52c3cbfebff7b314b8668ccd579bb6742 Mon Sep 17 00:00:00 2001 From: davipt Date: Mon, 24 Jun 2002 23:25:17 +0000 Subject: Fix TRANSLATIONS --- (limited to 'noncore/games/chess') diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index 49ecaba..1307b66 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro @@ -1,6 +1,6 @@ SOURCES += chess.cpp main.cpp HEADERS += chess.h -DESTDIR = ../bin +DESTDIR = $(OPIEDIR)/bin TARGET = chess DEPENDPATH += $(OPIEDIR)/include INTERFACES = mainwindow.ui @@ -13,17 +13,20 @@ DBFILE = chess.db LANGUAGE = C++ CPP_ALWAYS_CREATE_SOURCE = TRUE -TRANSLATIONS = ../i18n/pt_BR/chess.ts -TRANSLATIONS += ../i18n/es/chess.ts -TRANSLATIONS += ../i18n/pt/chess.ts -TRANSLATIONS += ../i18n/de/chess.ts -TRANSLATIONS += ../i18n/en/chess.ts -TRANSLATIONS += ../i18n/fr/chess.ts -TRANSLATIONS += ../i18n/pl/chess.ts -TRANSLATIONS += ../i18n/sl/chess.ts -TRANSLATIONS += ../i18n/hu/chess.ts -TRANSLATIONS += ../i18n/ja/chess.ts -TRANSLATIONS += ../i18n/ko/chess.ts -TRANSLATIONS += ../i18n/no/chess.ts -TRANSLATIONS += ../i18n/zh_CN/chess.ts -TRANSLATIONS += ../i18n/zh_TW/chess.ts + + +TRANSLATIONS = ../../../i18n/de/chess.ts +TRANSLATIONS += ../../../i18n/en/chess.ts +TRANSLATIONS += ../../../i18n/es/chess.ts +TRANSLATIONS += ../../../i18n/fr/chess.ts +TRANSLATIONS += ../../../i18n/hu/chess.ts +TRANSLATIONS += ../../../i18n/ja/chess.ts +TRANSLATIONS += ../../../i18n/ko/chess.ts +TRANSLATIONS += ../../../i18n/no/chess.ts +TRANSLATIONS += ../../../i18n/pl/chess.ts +TRANSLATIONS += ../../../i18n/pt/chess.ts +TRANSLATIONS += ../../../i18n/pt_BR/chess.ts +TRANSLATIONS += ../../../i18n/sl/chess.ts +TRANSLATIONS += ../../../i18n/zh_CN/chess.ts +TRANSLATIONS += ../../../i18n/zh_TW/chess.ts + -- cgit v0.9.0.2