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:
racitup
2020-03-20 14:47:13 -06:00
committed by GitHub
co-authored by FusionPBX
parent 26f38dc16c
commit a1699f6fa6
219 changed files with 3908 additions and 64 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
$apps[$x]['menu'][3]['title']['en-us'] = "Group Manager";
$apps[$x]['menu'][3]['title']['en-gb'] = "Group Manager";
$apps[$x]['menu'][3]['title']['es-cl'] = "Administración de Grupos";
$apps[$x]['menu'][3]['title']['fr-fr'] = "Gestion des groupes";
$apps[$x]['menu'][3]['title']['pt-pt'] = "'Gestão de Grupos";