Developer Documentation

Adding a new translation

  1. Find the language_sources definition in src/Makefile.am and add a new entry beginning with $(top_srcdir)/share/diana/lang to the list.
  2. Run make lupdate in the src directory to generate the translation file in the share/diana/lang directory.
  3. 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.