File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ The script `font_data_gen.sh` only can be run in Git Bash windows in Windows.
16
16
2 . Run ` fw/scripts/i18n_gen.py ` to generate new language files.
17
17
3 . Optional: Run ` fw/scripts/font_data_gen.sh ` to generate new font data if you add new charaters in i18n.csv
18
18
4 . Edit ` fw/application/src/i18n/language.h ` and ` fw/application/src/i18n/language.c ` to adopt new language
19
- 5 . Edit Makefile to include ` $(PROJ_DIR)/i18n/ja_JP.c ` as C source files
20
- 6 . Run ` make full ` rebuild firmware
19
+ 5 . Edit ` fw/application/src/app/settings/scene/settings_scene_language.c ` to adopt new language
20
+ 6 . Edit Makefile to include ` $(PROJ_DIR)/i18n/ja_JP.c ` as C source files
21
+ 7 . Run ` make full ` rebuild firmware
21
22
22
23
## Font notes
23
24
24
25
For release build (RELEASE=1), the firmware use wenquanyi_9pt_u8g2.bdf to display unicode characters. <br />
25
26
Please check new language charater codepoint is included in wenquanyi_9pt_u8g2.bdf or not.<br />
26
- If not, I am not recommended to support the new language due to the MCU internal flash restrction.
27
+ If not, I am not recommended to support the new language due to the MCU internal flash restrction.
You can’t perform that action at this time.
0 commit comments