Commit b6e5fd9f authored by Xuefer's avatar Xuefer Committed by Dees Troy
Browse files

add Simplified and Tranditional Chinese language


Change-Id: I417779259b08834d0bd9ec12ce31dda8c62d669b
Signed-off-by: default avatarcofface <cofface@163.com>
Signed-off-by: 996314227@qq.com
Signed-off-by: default avatarkaneawk <kaneawk@gmail.com>
Signed-off-by: default avatarXuefer <xuefer@gmail.com>
parent 793ec588
......@@ -115,6 +115,10 @@ ifeq ($(TWRP_NEW_THEME),true)
TWRP_RES := $(commands_recovery_local_path)/gui/theme/common/fonts
TWRP_RES += $(commands_recovery_local_path)/gui/theme/common/languages
TWRP_RES += $(commands_recovery_local_path)/gui/theme/common/$(word 1,$(subst _, ,$(TW_THEME))).xml
ifeq ($(TW_EXTRA_LANGUAGES),true)
TWRP_RES += $(commands_recovery_local_path)/gui/theme/extra-languages/fonts
TWRP_RES += $(commands_recovery_local_path)/gui/theme/extra-languages/languages
endif
# for future copying of used include xmls and fonts:
# UI_XML := $(TWRP_THEME_LOC)/ui.xml
# TWRP_INCLUDE_XMLS := $(shell xmllint --xpath '/recovery/include/xmlfile/@name' $(UI_XML)|sed -n 's/[^\"]*\"\([^\"]*\)\"[^\"]*/\1\n/gp'|sort|uniq)
......
File added
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment