aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/i18n.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-04-26 21:07:14 -0400
committerRalph Amissah <ralph@amissah.com>2010-04-26 21:07:20 -0400
commit361032d47d096c241d562852e71211feb0198b56 (patch)
treee87de9e19b68e17ee5d1afbc6020a26862454a9e /lib/sisu/v2/i18n.rb
parentgit, start experimenting with an alternative/parallel git based sisu document... (diff)
metadata, db sql (table structure), adds OCLC number, and; html metadata, renables showing of topic_register
* db (sql) add oclc (Online Computer Library Center) number, affects table structure, (hence breakage & version bump) * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_" * OCLC == Online Computer Library Center
Diffstat (limited to 'lib/sisu/v2/i18n.rb')
-rw-r--r--lib/sisu/v2/i18n.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/sisu/v2/i18n.rb b/lib/sisu/v2/i18n.rb
index e65e3717..1f81a941 100644
--- a/lib/sisu/v2/i18n.rb
+++ b/lib/sisu/v2/i18n.rb
@@ -213,6 +213,9 @@ module SiSU_Translate
def cls_dewey
@lang_class.cls_dewey
end
+ def cls_oclc
+ @lang_class.cls_oclc
+ end
def cls_gutenberg
@lang_class.cls_gutenberg
end
@@ -428,6 +431,9 @@ module SiSU_Translate
def cls_dewey
'Classify Dewey'
end
+ def cls_oclc
+ 'Classify OCLC number'
+ end
def cls_gutenberg
'Classify Project Gutenberg'
end