diff options
Diffstat (limited to 'functions/l10n.sh')
-rwxr-xr-x | functions/l10n.sh | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/functions/l10n.sh b/functions/l10n.sh index 95de36d7c..d32106b69 100755 --- a/functions/l10n.sh +++ b/functions/l10n.sh @@ -1,11 +1,12 @@ #!/bin/sh -# l10n.sh - load the needed localization things for all lh messages -# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> -# -# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. -# This is free software, and you are welcome to redistribute it -# under certain conditions; see COPYING for details. +## live-build(7) - System Build Scripts +## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> +## +## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +## This is free software, and you are welcome to redistribute it +## under certain conditions; see COPYING for details. + if [ -x "$(which gettext.sh 2>/dev/null)" ] && Find_files /usr/share/locale/*/LC_MESSAGES/${PACKAGE}.mo then |