![]() |
Deluge Firmware 1.3.0
Build date: 2025.04.16
|
Files | |
l10n.h | |
language.h | |
strings.h | |
This folder contains the list of strings that can be localized for the OLED display and their abbreviations for the 7SEG display.
For developers looking to add additional strings for use in the codebase, you will need to update the following three files:
1) english.json
2) seven_segment.json
3) strings.h
If the string for the OLED display is the same as on the 7SEG display, then there is no need to add the string to seven_segment.json
.
Do not update g_english.cpp
or g_seven_segment.cpp
as these are auto generated by a python script from the above english.json
and seven_segment.json
files.