Developer Documentation
Adding a new translation
- Find the
language_sources
definition in src/Makefile.am and add a new entry beginning with$(top_srcdir)/share/diana/lang
to the list. - Run
make lupdate
in the src directory to generate the translation file in the share/diana/lang directory. - Edit the translation file in Qt Linguist.
When Diana is built as usual, the appropriate compiled translation file will be automatically generated for the new translation.