From 3356659a24fca5fd905ef82b0f047a7733f9039d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 3 Dec 2020 12:35:19 +0100 Subject: [PATCH] MOBILE-3617 lang: Update other component languages --- scripts/lang_functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/lang_functions.php b/scripts/lang_functions.php index f09bba4df..3f1011955 100644 --- a/scripts/lang_functions.php +++ b/scripts/lang_functions.php @@ -398,6 +398,9 @@ function override_component_lang_files($keys, $translations) { case 'assets': $path .= $type.'/'.$component.'.json'; break; + default: + $path .= $type.'/lang.json'; + break; }