Browse Source

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

・Update a forgotten Configuration.h of Cartesio
esenapaj 9 years ago
parent
commit
c5eecb11b2
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      Marlin/example_configurations/Cartesio/Configuration.h

+ 4
- 2
Marlin/example_configurations/Cartesio/Configuration.h View File

819
 //
819
 //
820
 // Here you may choose the language used by Marlin on the LCD menus, the following
820
 // Here you may choose the language used by Marlin on the LCD menus, the following
821
 // list of languages are available:
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
 #define LCD_LANGUAGE en
827
 #define LCD_LANGUAGE en
826
 
828
 

Loading…
Cancel
Save