Просмотр исходного кода

Follow-up the PR #4055 (Croatian language support)

・Update a forgotten Configuration.h of Cartesio
esenapaj 9 лет назад
Родитель
Сommit
c5eecb11b2
1 измененных файлов: 4 добавлений и 2 удалений
  1. 4
    2
      Marlin/example_configurations/Cartesio/Configuration.h

+ 4
- 2
Marlin/example_configurations/Cartesio/Configuration.h Просмотреть файл

@@ -819,8 +819,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
819 819
 //
820 820
 // Here you may choose the language used by Marlin on the LCD menus, the following
821 821
 // list of languages are available:
822
-//    en, pl, fr, de, es, ru, bg, it, pt, pt_utf8, pt-br, pt-br_utf8,
823
-//    fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
822
+//    en, an, bg, ca, cn, cz, de, es, eu, fi, fr, gl, hr, it, kana,
823
+//    kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, test
824
+//
825
+// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian','test':'TEST'}
824 826
 //
825 827
 #define LCD_LANGUAGE en
826 828
 

Загрузка…
Отмена
Сохранить