Explorar o código

Fix to avoid removal of trnaslation key to keep

Laurent Destailleur %!s(int64=9) %!d(string=hai) anos
pai
achega
2c77a901b3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      dev/translation/sanity_check_en_langfiles.php

+ 3 - 1
dev/translation/sanity_check_en_langfiles.php

@@ -294,7 +294,9 @@ if ((! empty($_REQUEST['unused']) && $_REQUEST['unused'] == 'true') || (isset($a
 	    if (preg_match('/^DescADHERENT_/', $value)) $qualifiedforclean=0;
 	    if (preg_match('/^SubmitTranslation/', $value)) $qualifiedforclean=0;
 	    if (preg_match('/^ModuleCompanyCode/', $value)) $qualifiedforclean=0;
-	    
+	    // boxes.lang
+	    if (preg_match('/^BoxTitleLast/', $value)) $qualifiedforclean=0;
+	    if (preg_match('/^BoxTitleLatest/', $value)) $qualifiedforclean=0;
 	    // main.lang
 	    if (preg_match('/^Duration/', $value)) $qualifiedforclean=0;
 	    if (preg_match('/^FormatDate/', $value)) $qualifiedforclean=0;