mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 09:51:43 +00:00
Polish = PL
This commit is contained in:
parent
1547987157
commit
d5193af907
common
@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static const char * lang_po_xpm[] = {
|
||||
static const char * lang_pl_xpm[] = {
|
||||
"16 16 4 1",
|
||||
" c None",
|
||||
". c #000000",
|
@ -43,7 +43,7 @@
|
||||
#include "Lang_De.xpm"
|
||||
#include "Lang_Sl.xpm"
|
||||
#include "Lang_Hu.xpm"
|
||||
#include "Lang_Po.xpm"
|
||||
#include "Lang_Pl.xpm"
|
||||
#include "Lang_Ko.xpm"
|
||||
#include "Lang_Ru.xpm"
|
||||
#include "Lang_Catalan.xpm"
|
||||
@ -132,7 +132,7 @@ static struct LANGUAGE_DESCR s_Language_List[LANGUAGE_DESCR_COUNT] =
|
||||
{
|
||||
wxLANGUAGE_POLISH,
|
||||
ID_LANGUAGE_POLISH,
|
||||
lang_po_xpm,
|
||||
lang_pl_xpm,
|
||||
_( "Polish" )
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user