svn commit: r250536 - head/usr.sbin/bsdconfig/share/packages

Devin Teske dteske at FreeBSD.org
Wed May 15 05:25:44 UTC 2013


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"
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"


More information about the svn-src-head mailing list