Skip to content

Commit

Permalink
fix: set true for i18n in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jun 20, 2023
1 parent f712282 commit 7d6dc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VERSION=$(shell git describe --tags --always)
PROJECT_STYLE=go_zero

# Whether to use i18n | 是否启用 i18n
PROJECT_I18N=false
PROJECT_I18N=true

# The suffix after build or compile | 构建后缀
PROJECT_BUILD_SUFFIX=api
Expand Down

0 comments on commit 7d6dc37

Please sign in to comment.