X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbd94b75015561fe527069c138ce43c44797fe35..4fcbc84d657413b157ac3ef89bf8fbccbcf899ba:/docs/tech/tn0002.txt?ds=sidebyside diff --git a/docs/tech/tn0002.txt b/docs/tech/tn0002.txt index 9568ee628a..2d9e7bf534 100644 --- a/docs/tech/tn0002.txt +++ b/docs/tech/tn0002.txt @@ -59,12 +59,33 @@ them). Then type "make lang.mo" which will create the binary message catalog. Under Windows (If you don't have Cygwin or MinGW), you should execute the commands manually, please have a look at Makefile to see what must be done. +For platform specific translations, .po files such as 'locale/msw/it.po' can be +used to provide translations that override the usual ones in 'locale/it.po'. +The generated .mo files are then installed under the names such as 'wxmsw.mo' +alongside the generic 'wxstd.mo'. + +A new platform specific translation should be added to a section such as this +in wx.bkl: + + + $(SRCDIR)/locale/msw + wxmsw + it + $(LOCALEDIR) + + === EOF === Author: VZ Version: $Id$ $Log$ +Revision 1.7 2005/08/12 15:34:01 MW +Typo + +Revision 1.6 2005/08/12 15:29:47 MW +Translate '&Help' to '&' for italian Windows only + Revision 1.5 2004/10/22 19:12:59 KH *** empty log message ***