Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-lang/www/admin/export-locale-from-files.adp'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `openacs-4/packages/acs-lang/www/admin/export-locale-from-files.tcl'. Fisheye: No comparison available. Pass `N' to diff? Index: openacs-4/packages/acs-lang/www/admin/export-locale-to-files.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/export-locale-to-files.adp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-lang/www/admin/export-locale-to-files.adp 22 Oct 2003 13:30:31 -0000 1.1 @@ -0,0 +1,11 @@ + + @page_title;noquote@ + @context;noquote@ + +

+ Export finished. +

+ +

+ » Return to the locale page +

Index: openacs-4/packages/acs-lang/www/admin/export-locale-to-files.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/export-locale-to-files.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-lang/www/admin/export-locale-to-files.tcl 22 Oct 2003 13:30:31 -0000 1.1 @@ -0,0 +1,16 @@ +ad_page_contract { + Export all catalog messages for a given locale to + the file system. + + @author Lars Pind (lars@collaboraid.biz) +} { + locale +} + +set locale_label [ad_locale_get_label $locale] +set page_title "Export all messages for locale $locale" +set return_url [export_vars -base package-list { locale }] +set context [list [list $return_url $locale_label] $page_title] + +lang::catalog::export -locales [list $locale] + Index: openacs-4/packages/acs-lang/www/admin/package-list.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/package-list.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-lang/www/admin/package-list.tcl 22 Oct 2003 11:17:50 -0000 1.3 +++ openacs-4/packages/acs-lang/www/admin/package-list.tcl 22 Oct 2003 13:30:31 -0000 1.4 @@ -115,5 +115,5 @@ set import_all_url [export_vars -base import-locale-from-files { { locale $current_locale } }] -set export_all_url [export_vars -base export-locale-from-files { { locale $current_locale } }] +set export_all_url [export_vars -base export-locale-to-files { { locale $current_locale } }]