mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Merge i18n to master (#972)
* init i18n * update router * finish router * Review: message/messageBox/notification * Tag: update doc * Review: pagination/popover/progress * i18n: sync with master
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,6 +17,9 @@ dev:
|
||||
new:
|
||||
node build/bin/new.js $(filter-out $@,$(MAKECMDGOALS))
|
||||
|
||||
new-lang:
|
||||
node build/bin/new-lang.js $(filter-out $@,$(MAKECMDGOALS))
|
||||
|
||||
dist: install
|
||||
npm run dist
|
||||
|
||||
@@ -45,3 +48,4 @@ help:
|
||||
@echo " \033[35mmake deploy\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 部署 demo"
|
||||
@echo " \033[35mmake pub\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 发布到 npm 上"
|
||||
@echo " \033[35mmake pub-all\033[0m\t\033[0m\t\033[0m\t\033[0m\t--- 发布各组件到 npm 上"
|
||||
@echo " \033[35mmake new-lang <lang>\033[0m\t\033[0m\t\033[0m\t--- 为网站添加新语言. 例如 'make new-lang fr'"
|
||||
|
||||
Reference in New Issue
Block a user