Skip to content

Commit

Permalink
add Simplified and Tranditional Chinese language
Browse files Browse the repository at this point in the history
Change-Id: I417779259b08834d0bd9ec12ce31dda8c62d669b
Signed-off-by: cofface <[email protected]>
Signed-off-by: [email protected]
Signed-off-by: kaneawk <[email protected]>
Signed-off-by: Xuefer <[email protected]>
  • Loading branch information
xuefer authored and Dees-Troy committed Jan 29, 2016
1 parent 793ec58 commit b6e5fd9
Show file tree
Hide file tree
Showing 4 changed files with 1,344 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gui/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file not shown.
Loading

0 comments on commit b6e5fd9

Please sign in to comment.