From ee2363934eb1737b7bb0fc88ddc6b8c4f6e9da43 Mon Sep 17 00:00:00 2001 From: Victor Cebollada Date: Fri, 24 Mar 2017 15:29:13 +0000 Subject: [PATCH] README.md updated with locale setup. Change-Id: I6923128baa97dfd0d64935a22b050f695a85f8b4 Signed-off-by: Victor Cebollada --- automated-tests/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/automated-tests/README.md b/automated-tests/README.md index 6761a3b..72d7473 100644 --- a/automated-tests/README.md +++ b/automated-tests/README.md @@ -14,6 +14,16 @@ These are device specific instructions, however, installing the test suite will If you are planning on running tests on device, then flash your handset with latest image, or turn off ssh: `set_usb_debug.sh --mtp-sdb` and plug it in, then follow the quickstart instructions repeated below. +Multi-language locale environment +--------------------------------- + +Locales for English and Arabic must be installed to pass some test cases: + +$ sudo locale-gen en +$ sudo locale-gen ar +$ sudo update-locale + + Quickstart ---------- -- 2.7.4