Date: Sun, 12 May 2013 00:40:49 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250536 - head/usr.sbin/bsdconfig/share/packages Message-ID: <201305120040.r4C0en5T045675@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Sun May 12 00:40:49 2013 New Revision: 250536 URL: http://svnweb.freebsd.org/changeset/base/250536 Log: Comments. Modified: head/usr.sbin/bsdconfig/share/packages/categories.subr Modified: head/usr.sbin/bsdconfig/share/packages/categories.subr ============================================================================== --- head/usr.sbin/bsdconfig/share/packages/categories.subr Sun May 12 00:39:25 2013 (r250535) +++ head/usr.sbin/bsdconfig/share/packages/categories.subr Sun May 12 00:40:49 2013 (r250536) @@ -99,7 +99,11 @@ f_category_desc_set() ############################################################ MAIN # -# Load descriptions for package categories +# Load descriptions for package categories. Note that we don't internationalize +# category names because this would be confusing for people used to that browse +# the FTP mirrors or are otherwise familiar with an interface that does not +# provide internationalized names. The descriptions can be used to provide i18n +# users a description of the non-i18n category name. # f_category() { f_category_desc_set "$1" "$2"; } f_category All "$msg_all_available_packages_in_all_categories"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305120040.r4C0en5T045675>