Bug#835211: beneath-a-steel-sky: Enable subtitles with non-English

Matteo Cortese matteo.f.cortese at gmail.com
Wed Jul 12 20:58:42 UTC 2017


Even better, enable the subtitles only when the language is not English:


--- a/usr/games/sky    2015-08-01 17:33:43.000000000 +0200
+++ b/usr/games/sky    2017-07-12 22:43:32.189244804 +0200
@@ -39,7 +39,7 @@
     )

 if ! [ x"$ENVLANG" = x"en" ]; then
-    GAMELANG="-q $ENVLANG"
+    GAMELANG="-n -q $ENVLANG"
 fi

 if [ "$#" -gt "1" ]; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20170712/8a7592a8/attachment.html>


More information about the Pkg-games-devel mailing list