diff --git a/internationalization.md b/internationalization.md index 5f7f9af..5503e94 100644 --- a/internationalization.md +++ b/internationalization.md @@ -11,4 +11,8 @@ locale-tree within the locale-directory to your own locale, modify the settings.php-file within this directory and modify the messages.po within the LC_MESSAGES-directory. After this, you should generate a messages.mo with the command 'msgfmt messages.po -o messages.mo'. The command is part -of the gettext-package to be installed before with 'apt-get install gettext'. \ No newline at end of file +of the gettext-package to be installed before with 'apt-get install gettext'. + +To get the translations for DataTables, take a look at +https://datatables.net/plug-ins/i18n/ - here you'll find links to translations +you can copy&paste into settings.php of the locale-directory.