Changeset 883 for trunk/locale/cs.php


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

Legend:

Unmodified
Added
Removed
  • 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  }
Note: See TracChangeset for help on using the changeset viewer.