From d06c5306be9a685b294db3412be876e9c2f90433 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Thu, 20 Dec 2018 17:41:42 -0600 Subject: [PATCH] Update i18n --- src/invidious/helpers/i18n.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/invidious/helpers/i18n.cr b/src/invidious/helpers/i18n.cr index ec44604ff..5acdcfc51 100644 --- a/src/invidious/helpers/i18n.cr +++ b/src/invidious/helpers/i18n.cr @@ -3,8 +3,8 @@ def load_locale(name) end def translate(locale : Hash(String, JSON::Any) | Nil, translation : String, text : String | Nil = nil) - # if !locale[translation]? - # puts "Could not find translation for #{translation}" + # if locale && !locale[translation]? + # puts "Could not find translation for #{translation.dump}" # end if locale && locale[translation]? && !locale[translation].as_s.empty?