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
|
||||
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'Transactions';
|
||||
$apps[$x]['menu'][0]['title']['en-gb'] = 'Transactions';
|
||||
$apps[$x]['menu'][0]['title']['es-cl'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
|
||||
Reference in New Issue
Block a user