Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
6cf05f91
Commit
6cf05f91
authored
Jul 08, 2013
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove some non-standard sublang synonyms.
parent
9767c34d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
winnt.rh
include/winnt.rh
+1
-5
po.c
tools/wmc/po.c
+1
-1
po.c
tools/wrc/po.c
+1
-1
No files found.
include/winnt.rh
View file @
6cf05f91
...
...
@@ -297,7 +297,7 @@
#define SUBLANG_KYRGYZ_KYRGYZSTAN 0x01
#define SUBLANG_LAO_LAO 0x01
#define SUBLANG_LATVIAN_LATVIA 0x01
#define SUBLANG_LITHUANIAN
_LITHUANIA
0x01
#define SUBLANG_LITHUANIAN
0x01
#define SUBLANG_LOWER_SORBIAN_GERMANY 0x02
#define SUBLANG_LUXEMBOURGISH_LUXEMBOURG 0x01
#define SUBLANG_MACEDONIAN_MACEDONIA 0x01
...
...
@@ -413,7 +413,6 @@
#define SUBLANG_ENGLISH_IRELAND SUBLANG_ENGLISH_EIRE
#define SUBLANG_HAUSA_NIGERIA SUBLANG_HAUSA_NIGERIA_LATIN
#define SUBLANG_LAO_LAO_PDR SUBLANG_LAO_LAO
#define SUBLANG_LITHUANIAN SUBLANG_LITHUANIAN_LITHUANIA
#define SUBLANG_PORTUGUESE_PORTUGAL SUBLANG_PORTUGUESE
#define SUBLANG_SWAHILI SUBLANG_SWAHILI_KENYA
#define SUBLANG_SWEDISH_SWEDEN SUBLANG_SWEDISH
...
...
@@ -421,11 +420,8 @@
/* FIXME: these are not defined anywhere */
#define SUBLANG_DUTCH_SURINAM 0x03
#define SUBLANG_ROMANIAN SUBLANG_ROMANIAN_ROMANIA
#define SUBLANG_ROMANIAN_MOLDAVIA 0x02
#define SUBLANG_RUSSIAN SUBLANG_RUSSIAN_RUSSIA
#define SUBLANG_RUSSIAN_MOLDAVIA 0x02
#define SUBLANG_CROATIAN SUBLANG_CROATIAN_CROATIA
#define SUBLANG_LITHUANIAN_CLASSIC 0x02
#define SUBLANG_MANX_GAELIC 0x01
...
...
tools/wmc/po.c
View file @
6cf05f91
...
...
@@ -191,7 +191,7 @@ static const struct
{
LANG_LATVIAN
,
SUBLANG_NEUTRAL
,
"lv"
},
{
LANG_LATVIAN
,
SUBLANG_LATVIAN_LATVIA
,
"lv_LV"
},
{
LANG_LITHUANIAN
,
SUBLANG_NEUTRAL
,
"lt"
},
{
LANG_LITHUANIAN
,
SUBLANG_LITHUANIAN
_LITHUANIA
,
"lt_LT"
},
{
LANG_LITHUANIAN
,
SUBLANG_LITHUANIAN
,
"lt_LT"
},
{
LANG_PERSIAN
,
SUBLANG_NEUTRAL
,
"fa"
},
{
LANG_PERSIAN
,
SUBLANG_PERSIAN_IRAN
,
"fa_IR"
},
{
LANG_ARMENIAN
,
SUBLANG_NEUTRAL
,
"hy"
},
...
...
tools/wrc/po.c
View file @
6cf05f91
...
...
@@ -338,7 +338,7 @@ static const struct
{
LANG_LATVIAN
,
SUBLANG_NEUTRAL
,
"lv"
},
{
LANG_LATVIAN
,
SUBLANG_LATVIAN_LATVIA
,
"lv_LV"
},
{
LANG_LITHUANIAN
,
SUBLANG_NEUTRAL
,
"lt"
},
{
LANG_LITHUANIAN
,
SUBLANG_LITHUANIAN
_LITHUANIA
,
"lt_LT"
},
{
LANG_LITHUANIAN
,
SUBLANG_LITHUANIAN
,
"lt_LT"
},
{
LANG_PERSIAN
,
SUBLANG_NEUTRAL
,
"fa"
},
{
LANG_PERSIAN
,
SUBLANG_PERSIAN_IRAN
,
"fa_IR"
},
{
LANG_ARMENIAN
,
SUBLANG_NEUTRAL
,
"hy"
},
...
...
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