diff --git a/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh b/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh index ca7e3a9..e2d1a28 100755 --- a/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh +++ b/Scripts/Bash/Functions/Locale/locale_updateMessageMetadata.sh @@ -35,7 +35,7 @@ function locale_updateMessageMetadata { local FILE="$1" # Define current locale. - local CURRENTLOCALE=$(cli_getCurrentLocale) + local CURRENTLOCALE=$(locale_getCurrentLocale) # Define language name from current locale. local LANGNAME=$(cli_getLangName ${CURRENTLOCALE})