config: add "language_auto_mirrored" 93/166893/4
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 12 Jan 2018 08:51:51 +0000 (17:51 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Fri, 12 Jan 2018 09:56:56 +0000 (09:56 +0000)
commiteb898f07319cd002112068ebc75e67e8072053a4
treee47405d4c964c5d51bb0f3ceb83861306d79d678
parentcd85d9a4903dab6067bc8d3762ac3e7f8eb6bd02
config: add "language_auto_mirrored"

when language_auto_mirrored is true, elm_config_mirrored_set() will be
called automatically according to "default:LTR" value in elm_language_set() function.
for initialization, it needs to be done in translation_init() as well,
but according to appcore issue, we do it in elm_win_add() time temporarily.
when it is false, mirroring will be done manually by calling
elm_config_mirrored_set().
this patch will take effect with efl-misc package.

@tizen_feature

Change-Id: I28524dbc1f2c6286d0d1a1e5f3e7af729dd0068e
src/lib/elementary/efl_ui_win.c
src/lib/elementary/elm_config.c
src/lib/elementary/elm_config.h
src/lib/elementary/elm_priv.h