Order translations by country code
Helps to see which contributor lists are missing
This commit is contained in:
parent
7ac09c1f9b
commit
558995ac21
|
@ -506,62 +506,34 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
/* The translators
|
/* The translators
|
||||||
* As category the language to which the translation was done is used
|
* As category the language to which the translation was done is used
|
||||||
*/
|
*/
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Robert Buj",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
"Catalan (CA)" ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Martin Kratoška" ),
|
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Martin Kratoška" ),
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Czech (CZ)" ) );
|
"Czech (CZ)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Jerry Jacobs",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Jonathan Haas",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Dutch (NL)" ) );
|
"German (DE)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Vesa Solonen",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Rafael Sokolowski",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Finnish (FI)" ) );
|
"German (DE)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Jean-Pierre Charras",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Manolis Stefanis",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"French (FR)" ) );
|
"Greek (el_GR)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Mateusz Skowroński" ),
|
aInfo.AddTranslator( new CONTRIBUTOR( "Athanasios Vlastos",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Polish (PL)" ) );
|
"Greek (el_GR)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Kerusey Karyu",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Milonas Kostas",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Polish (PL)" ) );
|
"Greek (el_GR)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Mark Roszko",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Michail Misirlis",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Polish (PL)" ) );
|
"Greek (el_GR)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "ZbeeGin",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
"Polish (PL)" ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Renie Marquet",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
"Portuguese (PT)" ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Igor Plyatov",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
"Russian (RU)" ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Andrey Fedorushkov",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
"Russian (RU)" ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Eldar Khayrullin",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
"Russian (RU)" ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Konstantin Baranovskiy",
|
|
||||||
wxEmptyString,
|
|
||||||
wxEmptyString,
|
|
||||||
"Russian (RU)" ) );
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Pedro Martin del Valle",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Pedro Martin del Valle",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
@ -574,14 +546,22 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Spanish (ES)" ) );
|
"Spanish (ES)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Jonathan Haas",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Vesa Solonen",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"German (DE)" ) );
|
"Finnish (FI)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Rafael Sokolowski",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Jean-Pierre Charras",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"German (DE)" ) );
|
"French (FR)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Massimo Cioce",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Italian (IT)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Marco Ciampa",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Italian (IT)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Hiroshi Tokita",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Hiroshi Tokita",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
@ -590,7 +570,6 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Japanese (JA)" ) );
|
"Japanese (JA)" ) );
|
||||||
|
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "킴슨김랑기" ),
|
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "킴슨김랑기" ),
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
@ -639,35 +618,46 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Korean (KO)" ) );
|
"Korean (KO)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Jerry Jacobs",
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Manolis Stefanis",
|
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Greek (el_GR)" ) );
|
"Dutch (NL)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Athanasios Vlastos",
|
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Mateusz Skowroński" ),
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Greek (el_GR)" ) );
|
"Polish (PL)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Milonas Kostas",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Kerusey Karyu",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Greek (el_GR)" ) );
|
"Polish (PL)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Michail Misirlis",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Mark Roszko",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Greek (el_GR)" ) );
|
"Polish (PL)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Massimo Cioce",
|
aInfo.AddTranslator( new CONTRIBUTOR( "ZbeeGin",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Italian (IT)" ) );
|
"Polish (PL)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Marco Ciampa",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Renie Marquet",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Italian (IT)" ) );
|
"Portuguese (PT)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Evgeniy Ivanov",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Igor Plyatov",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
"Bulgarian (BG)" ) );
|
"Russian (RU)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Andrey Fedorushkov",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Russian (RU)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Eldar Khayrullin",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Russian (RU)" ) );
|
||||||
|
aInfo.AddTranslator( new CONTRIBUTOR( "Konstantin Baranovskiy",
|
||||||
|
wxEmptyString,
|
||||||
|
wxEmptyString,
|
||||||
|
"Russian (RU)" ) );
|
||||||
aInfo.AddTranslator( new CONTRIBUTOR( "Liu Guang",
|
aInfo.AddTranslator( new CONTRIBUTOR( "Liu Guang",
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
wxEmptyString,
|
wxEmptyString,
|
||||||
|
|
Loading…
Reference in New Issue