Skip to content
Snippets Groups Projects
user avatar
Josef Schlehofer authored
1d1b43f8
Forked from Turris / diagnostics
194 commits behind the upstream repository.

Turris diagnostics

Diagnostic scripts to be executed on Turris router generating text report.

Diagnostics are divided to modules. New modules can be implemented in modules directory. Read README file in modules directory for more on how to create modules.

Localization

This command should be localized. To test it you can run

make install  # installs localization
LANGUAGE=cs ./diagnostics.sh help

To update messages you can simply call

make messages

Do not forget to call this command when you add new or modify existing "gettext" strings.

Note that the translations are supposed to be edited using weblate and merged backwards afterwards. See turris-translations repository for details.