move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts.

This commit is contained in:
redmatrix
2015-09-26 23:44:30 -07:00
parent 15d1a6c937
commit cd2b811555
33 changed files with 134666 additions and 15 deletions

View File

@@ -332,10 +332,10 @@ function admin_page_site(&$a) {
/* Installed langs */
$lang_choices = array();
$langs = glob('view/*/strings.php');
$langs = glob('view/*/hstrings.php');
if(is_array($langs) && count($langs)) {
if(! in_array('view/en/strings.php',$langs))
if(! in_array('view/en/hstrings.php',$langs))
$langs[] = 'view/en/';
asort($langs);
foreach($langs as $l) {