mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
User manual: show a localized version of the manual if it exists
So far we only have Spanish, but it always pays to plan ahead. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
98dd127f93
commit
a0a6759d93
3 changed files with 41 additions and 19 deletions
|
@ -32,6 +32,7 @@ int parseTemperatureToMkelvin(const QString &text);
|
|||
QString get_dive_date_string(timestamp_t when);
|
||||
QString get_short_dive_date_string(timestamp_t when);
|
||||
QString get_trip_date_string(timestamp_t when, int nr);
|
||||
QString uiLanguage(QLocale *callerLoc);
|
||||
|
||||
#define M_OR_FT(_m, _f) ((prefs.units.length == units::METERS) ? ((_m) * 1000) : (feet_to_mm(_f)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue