FIX:add multilingual translation

Change-Id: I2227bd55a48c7ce136f97893bd797a161459007e
This commit is contained in:
tao wang 2022-08-26 14:14:33 +08:00 committed by Lane.Wei
parent 121dccc59c
commit a3fbcf2963
22 changed files with 192 additions and 111 deletions

View file

@ -4385,7 +4385,7 @@ void GCodeViewer::render_legend(float &legend_height, int canvas_width, int canv
{
case EViewType::FeatureType:
{
append_headers({_u8L("Line type"), _u8L("Time"), _u8L("Percent"), "", _u8L("Display")}, offsets);
append_headers({_u8L("Line Type"), _u8L("Time"), _u8L("Percent"), "", _u8L("Display")}, offsets);
break;
}
case EViewType::Height: { imgui.title(_u8L("Layer Height (mm)")); break; }