From 66f51f3c17e7d44eec399f427dd210a48391ba63 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Wed, 26 Nov 2008 11:46:56 +0000 Subject: Initial commit of the translation class, I18n_Core and some tests. - Port of Ruby's I18n gem (http://rails-i18n.org/) - Added proper plural handling on top of that. - Using CLDR 1.6's plural form data - See I18n_Test for example usage. - Not integrated into G3 templates yet. Probably adding __() as alias for I18n::instance->translate(). - No specific plan yet where localization files should live. --- core/config/locale.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 core/config/locale.php (limited to 'core/config') diff --git a/core/config/locale.php b/core/config/locale.php new file mode 100644 index 00000000..f93df409 --- /dev/null +++ b/core/config/locale.php @@ -0,0 +1,35 @@ +