diff --git a/data/locale/deutsch.locale b/data/locale/deutsch.locale index 4ba581631..053857bed 100644 --- a/data/locale/deutsch.locale +++ b/data/locale/deutsch.locale @@ -1947,6 +1947,7 @@ timing.volumebar Lautstärkeanzeige unicable.lnb Unicable Eingang unicable.qrg Unicable Frequenz unicable.scr Unicable SCR +unit.decimal , unit.short.hour h unit.short.millisecond ms unit.short.minute min diff --git a/data/locale/english.locale b/data/locale/english.locale index 50fff0a72..2c8918381 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -1947,6 +1947,7 @@ timing.volumebar Volume bar unicable.lnb Unicable Input unicable.qrg Unicable Frequency unicable.scr Unicable SCR +unit.decimal . unit.short.hour h unit.short.millisecond ms unit.short.minute min diff --git a/src/system/locals.h b/src/system/locals.h index ee5b8a71a..0e3af29fc 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -1974,6 +1974,7 @@ typedef enum LOCALE_UNICABLE_LNB, LOCALE_UNICABLE_QRG, LOCALE_UNICABLE_SCR, + LOCALE_UNIT_DECIMAL, LOCALE_UNIT_SHORT_HOUR, LOCALE_UNIT_SHORT_MILLISECOND, LOCALE_UNIT_SHORT_MINUTE, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 1bd12af3f..350591452 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -1974,6 +1974,7 @@ const char * locale_real_names[] = "unicable.lnb", "unicable.qrg", "unicable.scr", + "unit.decimal", "unit.short.hour", "unit.short.millisecond", "unit.short.minute",