Add multi-language feature 36/213236/15
authorhyunho <hhstark.kang@samsung.com>
Tue, 3 Sep 2019 06:20:24 +0000 (15:20 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Wed, 25 Sep 2019 00:59:24 +0000 (09:59 +0900)
commita9cdd2b98abcbe7cd3f42d6b8aea5250c8c55a8e
treee385394af459efc0dd5bea4296a01129c117c1de
parent01a763662aadf99d65525577fc2b03ec186d17c2
Add multi-language feature

Change-Id: Ie0bc02ea2c352469348d077f6143f25cb03687ad
Signed-off-by: hyunho <hhstark.kang@samsung.com>
17 files changed:
notification-ex/CMakeLists.txt
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/abstract_item_implementation.h
notification-ex/api/notification_ex.h
notification-ex/api/notification_ex_button.h
notification-ex/api/notification_ex_checkbox.h
notification-ex/api/notification_ex_entry.h
notification-ex/api/notification_ex_input_selector.h
notification-ex/api/notification_ex_multi_language.h [new file with mode: 0644]
notification-ex/api/notification_ex_text.h
notification-ex/ex_util.cc
notification-ex/ex_util.h
notification-ex/multi_language.cc [new file with mode: 0644]
notification-ex/multi_language.h [new file with mode: 0644]
notification-ex/multi_language_implementation.h [new file with mode: 0644]
notification-ex/stub.cc