From 3377a615bf31df1c69614fbff4ab8c8144b4e95f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 22 Dec 2013 01:23:50 +0100 Subject: [PATCH] locale: add unit.decimal from martii-neutrino-mp Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/31f93c47405e80b857c2cda426e226ce023f4f97 Author: vanhofen Date: 2013-12-22 (Sun, 22 Dec 2013) Origin message was: ------------------ - locale: add unit.decimal from martii-neutrino-mp ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/locale/deutsch.locale | 1 + data/locale/english.locale | 1 + src/system/locals.h | 1 + src/system/locals_intern.h | 1 + 4 files changed, 4 insertions(+) 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",