From kde-commits Sun Jul 03 16:01:06 2005 From: Albert Astals Cid Date: Sun, 03 Jul 2005 16:01:06 +0000 To: kde-commits Subject: kdereview/kgeography/src Message-Id: <1120406466.129883.13770.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112040647630205 SVN commit 431212 by aacid: This is an attempt at fixing i18n problems as people have told me in some languages one can not use i18n("The capital of %1 is..."); as "The capital of Nicaragua is..." and "The capital of Costa Rica is..." may be translated in a different way. The solution is not that great as it implies creating LOTS of messages but they should be easy enough to translate for "normal" languages using copy&paste and kbabel I think i still have a few issues using the translations on runtime, but i'll wait to regenerate tomorrow the po so i can test it better. M +5 -0 Makefile.am M +3 -1 capitaldivisionasker.cpp M +2 -9 division.cpp M +1 -2 division.h M +3 -1 divisioncapitalasker.cpp M +3 -1 divisionflagasker.cpp M +3 -1 kgeography.cpp M +7 -2 map.cpp M +1 -0 map.h M +4 -2 mapasker.cpp M +0 -4 mapparser.cpp M +3485 -786 mapsdatatranslation.cpp A script.cpp [License: GPL (v2+)] D script.sh