Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 5353

latest revision Branch root:

5353 deleted | Lines: 0 ( +0, -0 )

Created: 2007-03-27 20:20:49 +0400 (19 months ago) | Author: pachanga | Changeset: 5353

-- ***total BC break in I18N package***, this commit breaks almost everything and is not yet considered to be stable(other commits will follow):
 * all translation schema reworked and now multiple backends are supported, while we have only one for Qt dictionaries for now. Old complicated and never used in practice stuff removed.
 * Qt translations are stored in i18n/translations/$domain.$locale.ts(e.g default.en_US.ts)
 * lmbLocale :: __construct() now accepts path to ini file
 * lmbLocaleDate almost all static functions renamed to better/shorter names
 * lmbLocaleDateRule now accepts locale object rather locale code
 * lpsync.php removed, cli/I18nCliCmd.class.php added instead
 * other changes