Add additional languages (#6654)

This commit is contained in:
FusionPBX
2023-05-02 16:12:06 -06:00
committed by GitHub
parent 2d592027fb
commit 5a3b35cb83
22 changed files with 210 additions and 196 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
$apps[$x]['menu'][$y]['title']['en-gb'] = "Destinations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "جهات الأتصال";
$apps[$x]['menu'][$y]['title']['de-at'] = "Ziele";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Reiseziele";
$apps[$x]['menu'][$y]['title']['de-de'] = "Ziele";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Destinos";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Destinos";
@@ -27,5 +27,6 @@
$apps[$x]['menu'][$y]['path'] = "/app/destinations/destinations.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
?>