Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us * Add en-gb to app_configs * Add en-gb to app_menus * Language copy utility * Fix missing quote mark * Delete cp_lang.py Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
committed by
GitHub
co-authored by
FusionPBX
parent
26f38dc16c
commit
a1699f6fa6
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Detail Records";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Meine Gespräche";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Meine Gespräche";
|
||||
@@ -27,6 +28,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "CDR Statistics";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Statistik";
|
||||
@@ -53,6 +55,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extension Summary";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen Statistik";
|
||||
|
||||
Reference in New Issue
Block a user