From 91de8dda2605b4d0f362e25c60958c10200f880b Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 6 Jan 2017 01:05:43 +0100 Subject: Translation fix --- config/logoh.json | 3 ++- config/translations.json | 2 +- template/table.html | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/logoh.json b/config/logoh.json index 7dbf37d..6420b3f 100644 --- a/config/logoh.json +++ b/config/logoh.json @@ -1,8 +1,9 @@ { "PAGE_TITLE": 0, "INDIVIDUAL_CLASSIFICATION": 80, - "PLAYERS_WITHOUT_CHANCES": 90, + "WITHOUT_PLAYERS_WITHOUT_CHANCES": 91, "PERCENT_NOT_LISTED": 92, + "PLAYERS_WITHOUT_CHANCES": 90, "PERCENT": 88, "HEADER_PLACE": 65, "HEADER_TEAM": 52, diff --git a/config/translations.json b/config/translations.json index 6a30f7b..608d822 100644 --- a/config/translations.json +++ b/config/translations.json @@ -4,5 +4,5 @@ "NORMALIZED_CLASSIFICATION": {"pl": "INDYWIDUALNA KLASYFIKACJA BUTLERA ZNORMALIZOWANEGO", "en": "INDIVIDUAL NORMALIZED BUTLER CLASSIFICATION"}, "HEADER_OPPS": {"pl": "śr. przec.", "en": "opp. ave."}, - "HEADER_NORMALIZED": {"pl": "znormalizowany", "en": "normalized"} + "HEADER_NORMALIZED": {"pl": "znorm.", "en": "normalized"} } diff --git a/template/table.html b/template/table.html index 51559c2..e5cd462 100644 --- a/template/table.html +++ b/template/table.html @@ -26,7 +26,7 @@ {{"NORMALIZED_CLASSIFICATION"|translate}} {% if percent_threshold > 0 %} -
{{"PLAYERS_WITHOUT_CHANCES"|translate}}{{percent_threshold}}{{"PERCENT_NOT_LISTED"|translate}}
+
{{"WITHOUT_PLAYERS_WITHOUT_CHANCES"|translate}}{{percent_threshold}}{{"PERCENT_NOT_LISTED"|translate}}
{% endif %} -- cgit v1.2.3