Skip to content

Contribute

Dale Scott edited this page Jul 21, 2026 · 1 revision

There are many ways to contribute to the TimeTracker project.

Testing

Use TimeTracker for your own needs and report any issues found to the repo Issues.

Improve Translations

TimeTracker is localized for several languages but as development is on-going, translations often require updating.

Translation files are located in the distribution source tree in WEB-INF/resources/ directory. There is one file for each language. The master file is en.lang.php in English.

Some files have TODO comments identifying areas that have been found to need work. For example:

// Error messages.````
// TODO: translate the following string.````
// 'error.access_denied' => 'Access denied.',````
'error.sys' => 'Erreur système.',

Clone this wiki locally