diff options
Diffstat (limited to 'lib/locale.sh')
-rw-r--r-- | lib/locale.sh | 11 |
1 files changed, 0 insertions, 11 deletions
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. |