commit c63aed29aba2994dd82740fbcd87f01502958153
Author: Arkadiusz MiĆkiewicz <[email protected]>
Date: Thu Dec 3 21:38:01 2015 +0100
- ignore fake-bidi locale (it's locale for testing purposes)
find-lang.sh | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/find-lang.sh b/find-lang.sh
index d45d004..d715552 100755
--- a/find-lang.sh
+++ b/find-lang.sh
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/google-chrome.git/commitdiff/c63aed29aba2994dd82740fbcd87f01502958153
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit