set lang variable in the mkChangelog file to en
[platform/upstream/libzypp.git] / mkChangelog
index 19e16c4..96409ed 100755 (executable)
@@ -19,6 +19,8 @@ test -f "$CHANGESFILE" || errexit "No changes file '$CHANGESFILE'"
 VERSIONFILE="VERSION.cmake"
 test -f "$VERSIONFILE" || errexit "No version file '$VERSIONFILE'"
 
+LANG="en"
+
 ## Version.cmake tags in getversion() are still zypp specific.
 
 function usage() {