From f0fbdcdd038aeb47fad1c7b16040d9e0adc473e2 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 6 Nov 2007 14:22:39 +0000 Subject: [PATCH] adding internationalization core table to the IDL; adding I18N flag to the obvious first round of translateable fields via fm_IDL.xml; remove debugging from the i18n stored proc git-svn-id: svn://svn.open-ils.org/ILS/trunk@8022 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 51 ++++++++++++-------- Open-ILS/src/sql/Pg/002.functions.config.sql | 2 - 2 files changed, 32 insertions(+), 21 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 0832d209a6..bf55cf3786 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -138,7 +138,7 @@ - + @@ -370,7 +370,7 @@ - + @@ -424,8 +424,8 @@ - - + + @@ -435,7 +435,7 @@ - + @@ -470,7 +470,7 @@ - + @@ -806,7 +806,7 @@ - + @@ -1120,9 +1120,9 @@ - + - + @@ -1150,7 +1150,7 @@ - + @@ -1276,7 +1276,7 @@ - + @@ -1326,7 +1326,7 @@ - + @@ -1356,7 +1356,7 @@ - + @@ -1444,7 +1444,7 @@ - + @@ -1461,8 +1461,8 @@ - - + + @@ -1840,9 +1840,9 @@ - + - + @@ -2147,7 +2147,7 @@ - + @@ -2214,6 +2214,19 @@ + + + + + + + + + + + + + diff --git a/Open-ILS/src/sql/Pg/002.functions.config.sql b/Open-ILS/src/sql/Pg/002.functions.config.sql index cc76c7edba..777f4832b6 100644 --- a/Open-ILS/src/sql/Pg/002.functions.config.sql +++ b/Open-ILS/src/sql/Pg/002.functions.config.sql @@ -47,8 +47,6 @@ DECLARE result config.i18n_core%ROWTYPE; BEGIN - RAISE NOTICE '%', locale; - SELECT * INTO result FROM config.i18n_core WHERE fq_field = keyfield -- 2.43.2