[packages/google-chrome] - ignore fake-bidi locale (it's locale for testing purposes)

arekm arekm at pld-linux.org
Thu Dec 3 21:38:05 CET 2015


commit c63aed29aba2994dd82740fbcd87f01502958153
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
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



More information about the pld-cvs-commit mailing list