From ac2d2b30da44758f0b58d110596c8e51432bf209 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 15 Mar 2019 23:47:02 -0400 Subject: ob_set_locale_path(): Remove All functions are now documented. --- (limited to 'lib') diff --git a/lib/locale.sh b/lib/locale.sh index 0920493..bcc6b1e 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -21,7 +21,6 @@ _OB_DEFAULT_LOCALE='en_US' _OB_INTERNAL_TEXT_DOMAIN="libopkbuild_${LIBOPKBUILD_SHSOVERSION}" _ob_text_domain= _ob_builddir= -_OB_LOCALE_PATH="${LOCALEDIR}/%s/LC_MESSAGES/%s.ms" ## @brief Get the current message domain ## @details \fBob_get_text_domain\fP() prints the currently loaded message @@ -98,16 +97,6 @@ ob_set_text_domain() return 0 } -ob_set_locale_path() -{ - local format="${1}" - shift 1 || _ob_abort - - _OB_LOCALE_PATH="${format}" - - return 0 -} - ## @brief Get a message from the current message domain ## @details \fBob_get_msg\fP() prints a message, identified by a message ID, ## from the currently loaded message catalog. -- cgit v0.9.1