diff --git a/lib_bagl/include/bagl_font_rom.inc b/lib_bagl/include/bagl_font_rom.inc index 6b9e37d15..1a19a5a86 100644 --- a/lib_bagl/include/bagl_font_rom.inc +++ b/lib_bagl/include/bagl_font_rom.inc @@ -33,6 +33,14 @@ #include "bolos_pack_fr_glyphes.inc" #elif (OS_LANGUAGE==LANG_SPANISH) #include "bolos_pack_es_glyphes.inc" + #elif (OS_LANGUAGE==LANG_BRAZILIAN) + #include "bolos_pack_br_glyphes.inc" + #elif (OS_LANGUAGE==LANG_GERMAN) + #include "bolos_pack_de_glyphes.inc" + #elif (OS_LANGUAGE==LANG_RUSSIAN) + #include "bolos_pack_ru_glyphes.inc" + #elif (OS_LANGUAGE==LANG_TURKISH) + #include "bolos_pack_tr_glyphes.inc" #else //OS_LANGUAGE #error No default language defined! #endif //OS_LANGUAGE diff --git a/lib_nbgl/include/fonts/nbgl_font_rom.inc b/lib_nbgl/include/fonts/nbgl_font_rom.inc index 9bdd5a06b..249b32d3e 100644 --- a/lib_nbgl/include/fonts/nbgl_font_rom.inc +++ b/lib_nbgl/include/fonts/nbgl_font_rom.inc @@ -45,6 +45,14 @@ #include "bolos_pack_fr_glyphes.inc" #elif (OS_LANGUAGE==LANG_SPANISH) #include "bolos_pack_es_glyphes.inc" + #elif (OS_LANGUAGE==LANG_BRAZILIAN) + #include "bolos_pack_br_glyphes.inc" + #elif (OS_LANGUAGE==LANG_GERMAN) + #include "bolos_pack_de_glyphes.inc" + #elif (OS_LANGUAGE==LANG_RUSSIAN) + #include "bolos_pack_ru_glyphes.inc" + #elif (OS_LANGUAGE==LANG_TURKISH) + #include "bolos_pack_tr_glyphes.inc" #else //OS_LANGUAGE #error No default language defined! #endif //OS_LANGUAGE