From: Victor Cebollada Date: Fri, 24 Mar 2017 15:29:13 +0000 (+0000) Subject: README.md updated with locale setup. X-Git-Tag: dali_1.2.33~12 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=ee2363934eb1737b7bb0fc88ddc6b8c4f6e9da43 README.md updated with locale setup. Change-Id: I6923128baa97dfd0d64935a22b050f695a85f8b4 Signed-off-by: Victor Cebollada --- 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 ----------