neversun / bodyweight-timer

time supporting app for traing purposes (bodyweight-training) on Jolla Sailfish OS
MIT License
5 stars 3 forks source link
bodyweight jolla qml sailfishos timer

Translation status

Bodyweight timer for Sailfish OS

Loving bodyweight training? Then give this utility a try and allow your ordinary clock a pause.

This app comes with different timers for different kinds of training methods (inspired by "Bodyweight Training" by Marc Lauren).

Currently supported training methods:

Planned features

Adding translations

For adding the language german (de) do the following:

  1. copy the file translations/harbour-bodyweight-timer.ts to translations/harbour-bodyweight-timer-de.ts.
  2. For every added translation remove type="unfinished" from that item.
  3. Extend TRANSLATIONS section in harbour-bodyweight-timer.pro. See example

Extend TRANSLATIONS example

TRANSLATIONS += translations/harbour-bodyweight-timer-en.ts \
                translations/harbour-bodyweight-timer-de.ts

Troubleshooting

String are not displayed translated: Check with lupdate harbour-bodyweight-timer.pro for any (!) errors or warning and fix those.