Getting Credit for Your Work

Most people in free software do very good work without any payment. Nevertheless, they would like to see some acknowledgment of that work. In KDE translation your work can be acknowledged in the following ways:

  • In the Help->About box of the translated program

  • In the "credits" section of translated documentation

With regard to the "About" box in the help menu: The name(s) and email address(es) of translators are getting there by filling in the following strings in the respective PO file:


#: rc.cpp:43
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""

#: rc.cpp:44
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr ""

If there is more than one translator make up a comma separated list without spaces (translator1,translator2,translator3). Same goes for the mail addresses. If you do not know an address leave the field empty (address1,,address3). It then would look as follows:


#: rc.cpp:43
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Translator One,Translator Two,Translator Three"

#: rc.cpp:44
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "translator.one@some.domain,,translator.three@another.domain"

For info on the credit section of translated documentation please see the respective step-by-step instruction.