]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- ignore fake-bidi locale (it's locale for testing purposes)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 3 Dec 2015 20:38:01 +0000 (21:38 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 3 Dec 2015 20:38:01 +0000 (21:38 +0100)
find-lang.sh

index d45d004e916943e3074f14e89e5b9dd8151b5995..d715552238033c39f049c970568e3b66b9f43253 100755 (executable)
@@ -35,6 +35,10 @@ while read file; do
        es-419)
                lang=es
        ;;
+       fake-bidi)
+               # ignore, testing locale: https://www.chromium.org/developers/testing/fake-bidi
+               continue
+       ;;
        *-*)
                echo >&2 "$PROG: ERROR: Need mapping for language: $lang!"
                rc=1
This page took 0.082951 seconds and 4 git commands to generate.