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:
@@ -2,6 +2,7 @@
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
@@ -30,6 +31,7 @@
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Dialplan Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Wählplan Einstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
|
||||
|
||||
Reference in New Issue
Block a user