Add catalan language to language list
This commit is contained in:
parent
185738fa90
commit
13a847d344
|
@ -0,0 +1,36 @@
|
|||
/* XPM */
|
||||
static char *lang_catalan_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 14 1",
|
||||
"* c #E40E04",
|
||||
"@ c #F4C20C",
|
||||
" c #FCFE04",
|
||||
"X c #F40604",
|
||||
"& c #FCA60C",
|
||||
"o c #FC0204",
|
||||
". c #FCE60C",
|
||||
"= c #FCE614",
|
||||
"- c #FCE61C",
|
||||
"O c #F42E04",
|
||||
"+ c #FCFA04",
|
||||
"% c #F48E0C",
|
||||
"$ c #F46204",
|
||||
"# c #F4620C",
|
||||
/* pixels */
|
||||
" ",
|
||||
"................",
|
||||
"XoXoXXoXoXoXoXoX",
|
||||
"OOOOOOOOOOOOOOOO",
|
||||
"++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@",
|
||||
"oooooooooooooooo",
|
||||
"#$#$#$#$#$#$#$#$",
|
||||
"+ + + + +++ + + ",
|
||||
"%%%%%%%%%%%%%%%%",
|
||||
"XXXXXXXXXXXXXXXX",
|
||||
"&&&&&&&&&&&&&&&&",
|
||||
" ",
|
||||
"$$$$$$$$$$$$$$$$",
|
||||
"****************",
|
||||
"=-=-=-=-=-=-=-=-"
|
||||
};
|
File diff suppressed because it is too large
Load Diff
|
@ -147,7 +147,7 @@ enum main_id {
|
|||
ID_LANGUAGE_HUNGARIAN,
|
||||
ID_LANGUAGE_POLISH,
|
||||
ID_LANGUAGE_KOREAN,
|
||||
ID_LANGUAGE_UNUSED2,
|
||||
ID_LANGUAGE_CATALAN,
|
||||
ID_LANGUAGE_UNUSED3,
|
||||
ID_LANGUAGE_UNUSED4,
|
||||
ID_LANGUAGE_CHOICE_END,
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue