Stanislav Brabec
c97d19f7fc
- Reset outdated translations and turn translate-update-upstream into dummy (bsc#1172337, boo#1172367). - Drop SLE / Leap discrimination code. - translation-update-upstream.in: * Disable msgmerge. Never cause translation regression, even at cost of superfluous strings (bsc#1160114). * Implement new heuristic: use xgettext. Make it the default (bsc#1160114). * translation-update-upstream-embedded.patch: Update. - upstream-collect.sh supplementary script: Port translation-update-upstream.in changes. - upstream-collect.sh supplementary script: Port meson support to the fallback pot extractor (bsc#1095368#c9). - upstream-collect.sh, upstream-collect.conf supplementary script: Evaluate %is_opensuse for target system instead of host (bsc#1095368#c8). - Update to version 20191002 (bsc#1095361, bsc#1095364, bsc#1095368, bsc#1095371, bsc#1095377, bsc#1095379): * Update configuration to be SLE15 SP1 Update compatible. * Add new upstream branches to tlst files. * Update create-tlst-step2-create-gnome_gtp.sh to cover new upstream branches. * Update all strings from upstream and LCN. - upstream-collect.sh supplementary script: Make paths compatible with Tumbleweed. - Update to version 20190328: * Translation updates. OBS-URL: https://build.opensuse.org/request/show/810690 OBS-URL: https://build.opensuse.org/package/show/Base:System/translation-update-upstream?expand=0&rev=67
20 lines
613 B
Diff
20 lines
613 B
Diff
--- translation-update-upstream-embedded.sh 2020-01-22 22:19:22.911348880 +0100
|
|
+++ translation-update-upstream-embedded.sh 2020-01-22 22:39:26.134577525 +0100
|
|
@@ -85,6 +85,7 @@
|
|
USE_INTLTOOL=true
|
|
fi
|
|
fi
|
|
+BASE_DIR=$PWD
|
|
DIR=${1:-po}
|
|
|
|
if test -z "$3" ; then
|
|
@@ -259,7 +260,7 @@
|
|
echo "WARNING: Missing $DOMAIN in translation-update-upstream configuration! No updates available."
|
|
fi
|
|
else
|
|
- echo "ERROR: Package translation-update-upstream is not installed. Please update your BuildRequires!"
|
|
+ echo "ERROR: Incorrect use of translation-update-upstream-embedded!"
|
|
exit 1
|
|
fi
|
|
fi
|