Kexi Translation Issues ----------------------- Many things can be found here: http://i18n.kde.org/translation-howto/index.html Additional guidelines: #1. Let's not use "Do you really want" question. Use "Do you want" question instead. #2. Try do not overuse html formatting tags like in translated strings is you do not need to. Eg. rather use "" + i18n("Connection error: %") + "" instead of i18n("Connection error: %"); #3. Use " instead of ' , ie.: i18n("Object \"%1\" not found.") --GOOD instead of : i18n("Object '%1' not found.") --BAD Also, do not use tags around "" ie. i18n("Object \"%1\" not found.") --BAD -- js@iidea.pl, july 2004