From 1ed9d58e220291951ed3086a406ae275ab8e89ca Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 20:18:37 +0000 Subject: Update `Functions/Locale/locale_getLocales.sh' file. --- diff --git a/Scripts/Bash/Functions/Locale/locale_getLocales.sh b/Scripts/Bash/Functions/Locale/locale_getLocales.sh index 12530c2..cfca53d 100755 --- a/Scripts/Bash/Functions/Locale/locale_getLocales.sh +++ b/Scripts/Bash/Functions/Locale/locale_getLocales.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# cli_getLocales.sh -- This function outputs/verifies locale codes in LL +# locale_getLocales.sh -- This function outputs/verifies locale codes in LL # and LL_CC format. Combine both ISO639 and ISO3166 specification in # order to build the final locale list. This function defines which # translation locales are supported inside CentOS Artwork Repository. @@ -25,7 +25,7 @@ # $Id$ # ---------------------------------------------------------------------- -function cli_getLocales { +function locale_getLocales { # Print locales supported by centos-art.sh script. locale -a | egrep '^[a-z]{2,3}_[A-Z]{2}$' | sort | uniq