Added Japanese translators missing from the list
Some of the Japanese translators who are contribuinge to kicad-i18n (https://gitlab.com/kicad/code/kicad-i18n) are not contain the list, so add them. I found the following translators was missed in the list. ``` Hidemichi Gotou <hgotou@pop16.odn.ne.jp> KaoruZenyouji <kaoruzen@gmail.com> kinichiro <kinichiro.inoguchi@gmail.com> nosuzuki <nosuzuki@postcard.st> starfort-jp <starfort@nifty.com> ```
This commit is contained in:
parent
fdd9df6dff
commit
1f8b72c194
|
@ -570,6 +570,26 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
|||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
"Japanese (JA)" ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( "Hidemichi Gotou",
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
"Japanese (JA)" ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( "Kaoru Zenyouji",
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
"Japanese (JA)" ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( "Kinichiro Inoguchi",
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
"Japanese (JA)" ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( "Norio Suzuki",
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
"Japanese (JA)" ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( "starfort-jp",
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
"Japanese (JA)" ) );
|
||||
aInfo.AddTranslator( new CONTRIBUTOR( wxT( "킴슨김랑기" ),
|
||||
wxEmptyString,
|
||||
wxEmptyString,
|
||||
|
|
Loading…
Reference in New Issue