Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
eb4e6119
Commit
eb4e6119
authored
16 years ago
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chinese translation support added.
parent
d2b18976
No related merge requests found
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6851 additions
and
6806 deletions
+6851
-6806
GUI Translation HOWTO.sxw
GUI Translation HOWTO.sxw
+0
-0
How_to_translate_GUI.sxw
How_to_translate_GUI.sxw
+0
-0
edaappl.cpp
common/edaappl.cpp
+14
-0
id.h
include/id.h
+1
-1
kicad.mo
internat/ru/kicad.mo
+0
-0
kicad.po
internat/ru/kicad.po
+6836
-6805
kicad.mo
internat/zh_CN/kicad.mo
+0
-0
kicad.po
internat/zh_CN/kicad.po
+0
-0
No files found.
GUI Translation HOWTO.sxw
deleted
100644 → 0
View file @
d2b18976
File deleted
This diff is collapsed.
Click to expand it.
How_to_translate_GUI.sxw
deleted
100644 → 0
View file @
d2b18976
File deleted
This diff is collapsed.
Click to expand it.
common/edaappl.cpp
View file @
eb4e6119
...
...
@@ -475,6 +475,10 @@ void WinEDA_App::SetLanguageIdentifier( int menu_id )
m_LanguageId
=
wxLANGUAGE_CATALAN
;
break
;
case
ID_LANGUAGE_CHINESE_SIMPLIFIED
:
m_LanguageId
=
wxLANGUAGE_CHINESE_SIMPLIFIED
;
break
;
default
:
m_LanguageId
=
wxLANGUAGE_DEFAULT
;
break
;
...
...
@@ -559,9 +563,15 @@ wxMenu* WinEDA_App::SetLanguageList( wxMenu* MasterMenu )
_
(
"Catalan"
),
wxEmptyString
,
wxITEM_CHECK
);
SETBITMAPS
(
lang_catalan_xpm
);
m_Language_Menu
->
Append
(
item
);
item
=
new
wxMenuItem
(
m_Language_Menu
,
ID_LANGUAGE_CHINESE_SIMPLIFIED
,
_
(
"Chinese simplified"
),
wxEmptyString
,
wxITEM_CHECK
);
//SETBITMAPS( lang_chinese_simplified_xpm );
m_Language_Menu
->
Append
(
item
);
}
m_Language_Menu
->
Check
(
ID_LANGUAGE_CATALAN
,
FALSE
);
m_Language_Menu
->
Check
(
ID_LANGUAGE_CHINESE_SIMPLIFIED
,
FALSE
);
m_Language_Menu
->
Check
(
ID_LANGUAGE_KOREAN
,
FALSE
);
m_Language_Menu
->
Check
(
ID_LANGUAGE_RUSSIAN
,
FALSE
);
m_Language_Menu
->
Check
(
ID_LANGUAGE_POLISH
,
FALSE
);
...
...
@@ -581,6 +591,10 @@ wxMenu* WinEDA_App::SetLanguageList( wxMenu* MasterMenu )
m_Language_Menu
->
Check
(
ID_LANGUAGE_CATALAN
,
TRUE
);
break
;
case
wxLANGUAGE_CHINESE_SIMPLIFIED
:
m_Language_Menu
->
Check
(
ID_LANGUAGE_CHINESE_SIMPLIFIED
,
TRUE
);
break
;
case
wxLANGUAGE_KOREAN
:
m_Language_Menu
->
Check
(
ID_LANGUAGE_KOREAN
,
TRUE
);
break
;
...
...
This diff is collapsed.
Click to expand it.
include/id.h
View file @
eb4e6119
...
...
@@ -150,7 +150,7 @@ enum main_id {
ID_LANGUAGE_POLISH
,
ID_LANGUAGE_KOREAN
,
ID_LANGUAGE_CATALAN
,
ID_LANGUAGE_
UNUSED3
,
ID_LANGUAGE_
CHINESE_SIMPLIFIED
,
ID_LANGUAGE_UNUSED4
,
ID_LANGUAGE_CHOICE_END
,
...
...
This diff is collapsed.
Click to expand it.
internat/ru/kicad.mo
View file @
eb4e6119
No preview for this file type
This diff is collapsed.
Click to expand it.
internat/ru/kicad.po
View file @
eb4e6119
This diff is collapsed.
Click to expand it.
internat/zh/kicad.mo
→
internat/zh
_CN
/kicad.mo
View file @
eb4e6119
File moved
This diff is collapsed.
Click to expand it.
internat/zh/kicad.po
→
internat/zh
_CN
/kicad.po
View file @
eb4e6119
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment