Added basic stuff for localization/internationalization (i18n).
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Oct 2007 23:26:19 +0000 (23:26 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Oct 2007 23:26:19 +0000 (23:26 +0000)
commit38bc59665a5b812b73cd1cca0bcc74c66981829e
treebb8d8d2abe2cbae0cb762143a5c5ac7e86ecba2f
parent717e077612ef073a6b3d2f3b19f56b8e1ed136f8
Added basic stuff for localization/internationalization (i18n).
This is not yet supported by code (other than the commented test code in
main.cpp), and it probably does not make sense to start translating stuff
right now, but I wanted to test if and how linguist works... and it does!
build/targets/qtgui.pro
build/targets/target.pri
i18n/README [new file with mode: 0644]
i18n/i18n.qrc [new file with mode: 0644]
i18n/quassel_de.qm [new file with mode: 0644]
i18n/quassel_de.ts [new file with mode: 0644]
src/common/main.cpp