]> git.pld-linux.org Git - packages/google-chrome.git/blobdiff - find-lang.sh
- up to 115.0.5790.102
[packages/google-chrome.git] / find-lang.sh
old mode 100644 (file)
new mode 100755 (executable)
index d24727a..d715552
@@ -35,8 +35,12 @@ while read file; do
        es-419)
                lang=es
        ;;
+       fake-bidi)
+               # ignore, testing locale: https://www.chromium.org/developers/testing/fake-bidi
+               continue
+       ;;
        *-*)
-               echo >&2 "ERROR: Need mapping for $lang!"
+               echo >&2 "$PROG: ERROR: Need mapping for language: $lang!"
                rc=1
        ;;
        esac
This page took 0.037262 seconds and 4 git commands to generate.