Comments.

This commit is contained in:
Devin Teske 2013-05-12 00:40:49 +00:00
parent 4f82901ca5
commit a104b9056a

View File

@ -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"