From c295a9f4e429967fd8653e234d64f56ba3c55418 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Sat, 15 Sep 2018 00:33:31 +0200 Subject: [PATCH] Added percentage as unit --- src/app/i18n/Language.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/i18n/Language.jsx b/src/app/i18n/Language.jsx index 3a6cc61b..2fe1f96f 100644 --- a/src/app/i18n/Language.jsx +++ b/src/app/i18n/Language.jsx @@ -73,6 +73,7 @@ export function getLanguage(langCode) { '°/s': {translate('°/s')}, // Degrees per second MW: {translate('MW')}, // Mega Watts (same as Mega Joules per second) mps: {translate('m/s')}, // Metres per second + pct: '%', // Percent ps: {translate('/s')}, // per second pm: {translate('/min')}, // per minute s: {translate('secs')}, // Seconds