]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Enable translated database strings the right way:
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Aug 2008 04:12:00 +0000 (04:12 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Aug 2008 04:12:00 +0000 (04:12 +0000)
commit3f600a4e06eeffc13e13619fcd7e6d37c0c1b14a
treefffc84b8ddaa67315bbdb478e7a81c65f38a7631
parente721f89d7b1deb020a56a6591ee351364cae7592
Enable translated database strings the right way:
  * Use the primary key of the given table, in combination with class hint
    and property, to identify the translated string
  * Stuff the primary key into the PO comment field so we can round-trip it
  * Adjust the oils_i18n_gettext() function to accept the additional parameters,
    including both INT and TEXT primary keys
  * Adjust the database seed values to use explicit primary keys throughout,
    and adjust the use of oils_i18n_gettext() to pass the additiona parameters

git-svn-id: svn://svn.open-ils.org/ILS/trunk@10385 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.functions.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
build/i18n/po/en-US/db.seed.pot
build/i18n/po/hy-AM/db.seed.po
build/i18n/scripts/db-seed-i18n.py