Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -N -r1.54.2.9 -r1.54.2.10 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 25 Aug 2020 13:38:12 -0000 1.54.2.9 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 27 Aug 2020 12:53:11 -0000 1.54.2.10 @@ -776,7 +776,7 @@ } ad_proc -public lang::util::convert_to_i18n { - {-locale ""} + {-locale "en_US"} {-package_key "acs-translations"} {-message_key ""} {-prefix ""} @@ -807,12 +807,7 @@ } # Register the language keys - lang::message::register \ - -object_id $object_id \ - en_US $package_key $message_key $text - if {$locale ne ""} { - lang::message::register $locale $package_key $message_key $text - } + lang::message::register $locale $package_key $message_key $text return "#${package_key}.${message_key}#" } else {