From 2917740ba6d210ef43d4de228f8386e3b28adf62 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Thu, 8 Jan 2009 06:52:18 +0000 Subject: First step of i18n refactoring: - Using DB table translations_incomings as translations storage (file cache to be added) - Removed overly complex i18n code which will be unnecessary with the future compiled cache files - Added t() as a translation function (global refactoring from _() to t() to follow) --- core/models/translations_incoming.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 core/models/translations_incoming.php (limited to 'core/models') diff --git a/core/models/translations_incoming.php b/core/models/translations_incoming.php new file mode 100644 index 00000000..4dc8d2dd --- /dev/null +++ b/core/models/translations_incoming.php @@ -0,0 +1,21 @@ +