Commit 2451f191 authored by Vladislav's avatar Vladislav Committed by Mikhail Tergoev

Added --no-location for xgettext

parent 7908fe34
...@@ -100,7 +100,7 @@ generate_pot () { ...@@ -100,7 +100,7 @@ generate_pot () {
LANG_MO="${PORT_WINE_PATH}/data/locales/${lang}/LC_MESSAGES/PortProton.mo" LANG_MO="${PORT_WINE_PATH}/data/locales/${lang}/LC_MESSAGES/PortProton.mo"
TEMPLATE_POT="${PORT_WINE_PATH}/data/locales/PortProton.pot" TEMPLATE_POT="${PORT_WINE_PATH}/data/locales/PortProton.pot"
pushd "${PORT_WINE_PATH}" 1>/dev/null || fatal pushd "${PORT_WINE_PATH}" 1>/dev/null || fatal
xgettext --from-code=UTF-8 --language Shell -i \ xgettext --no-location --from-code=UTF-8 --language Shell -i \
"data/scripts/start.sh" \ "data/scripts/start.sh" \
"data/scripts/setup.sh" \ "data/scripts/setup.sh" \
"data/scripts/functions_helper" \ "data/scripts/functions_helper" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment