Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cd804dab
Commit
cd804dab
authored
Dec 10, 2012
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Dec 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mlang/tests: Accept the different translation in win8.
parent
ed47a507
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
mlang.c
dlls/mlang/tests/mlang.c
+5
-2
No files found.
dlls/mlang/tests/mlang.c
View file @
cd804dab
...
...
@@ -121,6 +121,9 @@ static const WCHAR de_engb2[] ={'E','n','g','l','i','s','c','h',' ',
'K'
,
0xF6
,
'n'
,
'i'
,
'g'
,
'r'
,
'e'
,
'i'
,
'c'
,
0
};
static
const
WCHAR
de_enus
[]
=
{
'E'
,
'n'
,
'g'
,
'l'
,
'i'
,
's'
,
'c'
,
'h'
,
' '
,
'('
,
'U'
,
'S'
,
'A'
,
')'
,
0
};
static
const
WCHAR
de_enus2
[]
=
{
'E'
,
'n'
,
'g'
,
'l'
,
'i'
,
's'
,
'c'
,
'h'
,
' '
,
'('
,
'V'
,
'e'
,
'r'
,
'e'
,
'i'
,
'n'
,
'i'
,
'g'
,
't'
,
'e'
,
' '
,
'S'
,
't'
,
'a'
,
'a'
,
't'
,
'e'
,
'n'
,
')'
,
0
};
static
const
WCHAR
de_de
[]
=
{
'D'
,
'e'
,
'u'
,
't'
,
's'
,
'c'
,
'h'
,
' '
,
'('
,
'D'
,
'e'
,
'u'
,
't'
,
's'
,
'c'
,
'h'
,
'l'
,
'a'
,
'n'
,
'd'
,
')'
,
0
};
static
const
WCHAR
de_deat
[]
=
{
'D'
,
'e'
,
'u'
,
't'
,
's'
,
'c'
,
'h'
,
' '
,
...
...
@@ -184,11 +187,11 @@ static const info_table_entry info_table[] = {
{
MAKELANGID
(
LANG_ENGLISH
,
SUBLANG_NEUTRAL
),
MAKELANGID
(
LANG_GERMAN
,
SUBLANG_DEFAULT
),
TODO_NAME
,
"en"
,
de_en
},
{
MAKELANGID
(
LANG_ENGLISH
,
SUBLANG_DEFAULT
),
MAKELANGID
(
LANG_GERMAN
,
SUBLANG_DEFAULT
),
TODO_NAME
,
"en-us"
,
de_enus
},
TODO_NAME
,
"en-us"
,
de_enus
,
de_enus2
},
{
MAKELANGID
(
LANG_ENGLISH
,
SUBLANG_ENGLISH_UK
),
MAKELANGID
(
LANG_GERMAN
,
SUBLANG_DEFAULT
),
TODO_NAME
,
"en-gb"
,
de_engb
,
de_engb2
},
{
MAKELANGID
(
LANG_ENGLISH
,
SUBLANG_ENGLISH_US
),
MAKELANGID
(
LANG_GERMAN
,
SUBLANG_DEFAULT
),
TODO_NAME
,
"en-us"
,
de_enus
},
TODO_NAME
,
"en-us"
,
de_enus
,
de_enus2
},
{
MAKELANGID
(
LANG_ENGLISH
,
SUBLANG_ENGLISH_CAN
),
MAKELANGID
(
LANG_GERMAN
,
SUBLANG_DEFAULT
),
TODO_NAME
,
"en-ca"
,
de_enca
},
...
...
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