Skip to content

Commit

Permalink
Added Slovenian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
spohtl committed Dec 27, 2024
1 parent 36337a0 commit 72be7cc
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 361 deletions.
2 changes: 1 addition & 1 deletion generated/ui_320x240/screens.c
Original file line number Diff line number Diff line change
Expand Up @@ -3751,7 +3751,7 @@ void create_screen_main_screen() {
objects.settings_language_dropdown = obj;
lv_obj_set_pos(obj, 0, 0);
lv_obj_set_size(obj, 150, 30);
lv_dropdown_set_options(obj, "English\nDeutsch\nEspañol\nFrançais\nItaliano\nNederlands\nNorsk\nPolski\nPortuguês\nРусский\nSrpski\nSuomalainen\nSvenska\nTürkçe");
lv_dropdown_set_options(obj, "English\nDeutsch\nEspañol\nFrançais\nItaliano\nNederlands\nNorsk\nPolski\nPortuguês\nРусский\nSlovenščina\nSrpski\nSuomalainen\nSvenska\nTürkçe");
add_style_drop_down_style(obj);
lv_obj_set_style_align(obj, LV_ALIGN_TOP_MID, LV_PART_MAIN | LV_STATE_DEFAULT);
lv_obj_set_style_border_color(obj, lv_color_hex(0xffe0e0e0), LV_PART_MAIN | LV_STATE_DEFAULT);
Expand Down
Loading

0 comments on commit 72be7cc

Please sign in to comment.