Changeset 843 for trunk/locale/en.php


Ignore:
Timestamp:
Jan 14, 2016, 10:25:47 PM (8 years ago)
Author:
chronos
Message:
  • Added: Support for translatable URLs. Now each language can have URL in its language.

This requires to all links inside web to use System->Link function which is responsible for translation.
All links need to be written in english so they can be translated to other language.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locale/en.php

    r816 r843  
    88    $this->Title = 'English';
    99    $this->Data = array(
     10      '' => array(
    1011      'Access denied' => '',
    1112      'Home' => '',
     
    166167      'Edit' => '',
    167168      'List' => '',
     169      ),
     170      'URL' => array(
     171      )
    168172    );
    169173  }
Note: See TracChangeset for help on using the changeset viewer.