aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/myFunctions.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Include/myFunctions.php')
-rw-r--r--h-source/Application/Include/myFunctions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Include/myFunctions.php b/h-source/Application/Include/myFunctions.php
index 4f830f4..dc2eb9c 100644
--- a/h-source/Application/Include/myFunctions.php
+++ b/h-source/Application/Include/myFunctions.php
@@ -448,7 +448,8 @@ function getTranslationFunction($fieldName)
{
$fieldsFunc = array(
"vendor" => "betterVendor",
- "interface" => "translate",
+ "interface" => "translate_and_gtext",
+ "subtype" => "translate_and_gtext",
);
if (array_key_exists($fieldName,$fieldsFunc))