Changeset 883


Ignore:
Timestamp:
Sep 8, 2020, 5:12:07 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Need to define empty group in locale files.
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/Version.php

    r882 r883  
    11<?php
    22
    3 $Revision = 882; // Subversion revision
     3$Revision = 883; // Subversion revision
    44$DatabaseRevision = 882; // SQL structure revision
    55$ReleaseTime = strtotime('2020-09-08');
  • trunk/locale/cs.php

    r859 r883  
    88    $this->Title = 'Česky';
    99    $this->Data = array(
    10       'Can\'t connect to database' => 'Nelze se připojit do databáze',
     10      '' => array(
     11        'Can\'t connect to database' => 'Nelze se připojit do databáze',
     12      ),
    1113    );
    1214  }
  • trunk/locale/en.php

    r859 r883  
    88    $this->Title = 'English';
    99    $this->Data = array(
    10       'Can\'t connect to database' => '',
     10      '' => array(
     11        'Can\'t connect to database' => '',
     12      ),
    1113    );
    1214  }
Note: See TracChangeset for help on using the changeset viewer.