[limb-svn] r5470 - 3.x/limb/i18n
svn at limb-project.com
svn at limb-project.com
Mon Apr 2 14:54:16 MSD 2007
Author: pachanga
Date: 2007-04-02 14:54:16 +0400 (Mon, 02 Apr 2007)
New Revision: 5470
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5470
Modified:
3.x/limb/i18n/CHANGELOG
Log:
-- fixing CHANGELOG
Modified: 3.x/limb/i18n/CHANGELOG
===================================================================
--- 3.x/limb/i18n/CHANGELOG 2007-04-02 10:52:02 UTC (rev 5469)
+++ 3.x/limb/i18n/CHANGELOG 2007-04-02 10:54:16 UTC (rev 5470)
@@ -1,17 +1,18 @@
-0.2alpha - 2 April 2007 (r5454)
+0.2.0-alpha - 2 April 2007 (r5454)
==================================================
!! Major BC break
--- 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.
+-- 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)
-- global functions pollution cleanup:
- * all _*() multibyte aware function are deprecated now, the same set of lmb_*() function added
+ * all _*() multibyte aware function are deprecated now, the same set of lmb_*() functions added
* installStringsDriver => lmb_use_charset_driver
* getStringsDriver() => lmb_get_charset_driver
* utf8_to_win1251 => lmb_utf8_to_win1251
* win1251_to_utf8 => lmb_win1251_to_utf8
* tr() function renamed to limb_i18n()
--- RFC-compliant locale ini-files: en.ini => en_US.ini, ru.ini => ru_RU.ini
+-- more RFC-compliant locale ini-files: en.ini => en_US.ini, ru.ini => ru_RU.ini
-- unverified locale ini-files removed for now
-- lmbLocale :: __construct() now accepts path to ini file
-- lmbLocaleDate almost all static functions renamed to better/shorter names
@@ -28,20 +29,20 @@
-- many other changes and refactorings
-0.1.2alpha - 16 February 2007 (r5036)
+0.1.2-alpha - 16 February 2007 (r5036)
==================================================
-- tests are more isolated
-- initial PhpDocs
-0.1.1alpha - 15 December 2006 (r4537)
+0.1.1-alpha - 15 December 2006 (r4537)
==================================================
-- old and obsolete translation.ts files are replaced with the new ones
-0.1.0alpha - 14 December 2006 (r4537)
+0.1.0-alpha - 14 December 2006 (r4537)
==================================================
-- initial release of this package.
More information about the limb-svn
mailing list