From ee4968f54c669bf69182a10ff7fc4991b835f6a4 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 20 Jan 2014 18:47:20 -0500 Subject: v4 v5: bin/sisu & some related lib changes * good time to consider rollover: closing v4 branch, replacing it with v5 & introducing v6 for development, proposed for this release + 1 --- lib/sisu/v5/constants.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sisu/v5/constants.rb') diff --git a/lib/sisu/v5/constants.rb b/lib/sisu/v5/constants.rb index 04c0358a..e84c0901 100644 --- a/lib/sisu/v5/constants.rb +++ b/lib/sisu/v5/constants.rb @@ -224,7 +224,7 @@ Px={ po_subscript_o: ',{', po_subscript_c: '},', po_hilite_o: '*{', po_hilite_c: '}*', po_monospace_o: '#{', po_monospace_c: '}#', - lng_lst: %w[am bg bn br ca cs cy da de el en eo es et eu fi fr ga gl he hi hr hy ia is it ja ko la lo lt lv ml mr nl nn no oc pl pt pt_BR ro ru sa se sk sl sq sr sv ta te th tk tr uk ur us vi zh], + lng_lst: SiSU_is[:language_list], lv1: '*', lv2: '=', lv3: '=', @@ -253,8 +253,8 @@ else } end Db={ - name_prefix: "SiSU#{SiSU_version_dir}a_", - name_prefix_db: "sisu_#{SiSU_version_dir}a_", + name_prefix: "SiSU#{SiSU_is[:version_dir]}a_", + name_prefix_db: "sisu_#{SiSU_is[:version_dir]}a_", col_title: 800, col_title_part: 400, col_title_edition: 10, -- cgit v1.2.3