cmake: do not separate gmo file by lang directory (issue to create the directory)

l10n: update zh_TW (remove extra \n)


git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4243 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut@gmail.com 2011-01-22 09:08:07 +00:00
parent fdd9dd807e
commit 71e76a2e44
2 changed files with 4 additions and 6 deletions

View File

@ -51,7 +51,7 @@ MACRO(GETTEXT_CREATE_TRANSLATIONS_PCSX2 _potFile _firstPoFileArg)
GET_FILENAME_COMPONENT(_abs_PATH ${_absFile} PATH) GET_FILENAME_COMPONENT(_abs_PATH ${_absFile} PATH)
GET_FILENAME_COMPONENT(_gmoBase ${_absFile} NAME_WE) GET_FILENAME_COMPONENT(_gmoBase ${_absFile} NAME_WE)
GET_FILENAME_COMPONENT(_lang ${_abs_PATH} NAME_WE) GET_FILENAME_COMPONENT(_lang ${_abs_PATH} NAME_WE)
SET(_gmoFile ${CMAKE_CURRENT_BINARY_DIR}/${_lang}/${_gmoBase}.gmo) SET(_gmoFile ${CMAKE_CURRENT_BINARY_DIR}/${_lang}__${_gmoBase}.gmo)
ADD_CUSTOM_COMMAND( OUTPUT ${_gmoFile} ADD_CUSTOM_COMMAND( OUTPUT ${_gmoFile}
COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} --quiet --update --backup=none -s ${_absFile} ${_absPotFile} COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} --quiet --update --backup=none -s ${_absFile} ${_absPotFile}

View File

@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: PCSX2 0.9.7\n" "Project-Id-Version: PCSX2 0.9.7\n"
"Report-Msgid-Bugs-To: http://code.google.com/p/pcsx2/\n" "Report-Msgid-Bugs-To: http://code.google.com/p/pcsx2/\n"
"POT-Creation-Date: 2010-12-26 10:02-0500\n" "POT-Creation-Date: 2010-12-26 10:02-0500\n"
"PO-Revision-Date: 2011-01-06 05:56+0800\n" "PO-Revision-Date: 2011-01-22 08:43+0800\n"
"Last-Translator: 呆丸北拜\n" "Last-Translator: 呆丸北拜\n"
"Language-Team: pcsx2fan\n" "Language-Team: pcsx2fan\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -63,20 +63,18 @@ msgstr ""
#: pcsx2/gui/AppMain.cpp:483 #: pcsx2/gui/AppMain.cpp:483
msgid "!Notice:BiosDumpRequired" msgid "!Notice:BiosDumpRequired"
msgstr "" msgstr ""
"\n"
"\n"
"PCSX2 需要 PS2 BIOS 才能運行遊戲。\n" "PCSX2 需要 PS2 BIOS 才能運行遊戲。\n"
"出於法律上的原因,\n" "出於法律上的原因,\n"
"您「必須」從您自己的 PS2 真實遊戲主機獲取 BIOS\n" "您「必須」從您自己的 PS2 真實遊戲主機獲取 BIOS\n"
"(借的 PS2 不算)。\n" "(借的 PS2 不算)。\n"
"進一步的說明請洽 FAQ 和指南。\n" "進一步的說明請洽 FAQ 和指南。"
#: pcsx2/gui/AppMain.cpp:567 #: pcsx2/gui/AppMain.cpp:567
msgid "!Notice Error:Thread Deadlock Actions" msgid "!Notice Error:Thread Deadlock Actions"
msgstr "" msgstr ""
"【忽略】繼續等待執行緒回應。\n" "【忽略】繼續等待執行緒回應。\n"
"【取消】嘗試取消執行緒。\n" "【取消】嘗試取消執行緒。\n"
"【終止】立即退出 PCSX2。\n" "【終止】立即退出 PCSX2。"
#: pcsx2/gui/IsoDropTarget.cpp:28 #: pcsx2/gui/IsoDropTarget.cpp:28
msgid "!Notice:ConfirmSysReset" msgid "!Notice:ConfirmSysReset"