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
ec318163
Commit
ec318163
authored
Apr 29, 2019
by
Enol Puente
Committed by
Alexandre Julliard
May 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrc: Add Asturian locale.
Signed-off-by:
Enol Puente
<
enolp@softastur.org
>
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7223f11d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
winnt.rh
include/winnt.rh
+1
-0
po.c
tools/wrc/po.c
+2
-0
utils.c
tools/wrc/utils.c
+1
-0
No files found.
include/winnt.rh
View file @
ec318163
...
@@ -185,6 +185,7 @@
...
@@ -185,6 +185,7 @@
#define LANG_VENDA 0x33
#define LANG_VENDA 0x33
/* non standard; keep the number high enough (but < 0xff) */
/* non standard; keep the number high enough (but < 0xff) */
#define LANG_ASTURIAN 0xa5
#define LANG_ESPERANTO 0x8f
#define LANG_ESPERANTO 0x8f
#define LANG_WALON 0x90
#define LANG_WALON 0x90
#define LANG_CORNISH 0x92
#define LANG_CORNISH 0x92
...
...
tools/wrc/po.c
View file @
ec318163
...
@@ -239,6 +239,8 @@ static const struct
...
@@ -239,6 +239,8 @@ static const struct
{
LANG_ARMENIAN
,
SUBLANG_ARMENIAN_ARMENIA
,
"hy_AM"
},
{
LANG_ARMENIAN
,
SUBLANG_ARMENIAN_ARMENIA
,
"hy_AM"
},
{
LANG_ASSAMESE
,
SUBLANG_NEUTRAL
,
"as"
},
{
LANG_ASSAMESE
,
SUBLANG_NEUTRAL
,
"as"
},
{
LANG_ASSAMESE
,
SUBLANG_ASSAMESE_INDIA
,
"as_IN"
},
{
LANG_ASSAMESE
,
SUBLANG_ASSAMESE_INDIA
,
"as_IN"
},
{
LANG_ASTURIAN
,
SUBLANG_NEUTRAL
,
"ast"
},
{
LANG_ASTURIAN
,
SUBLANG_DEFAULT
,
"ast_ES"
},
{
LANG_AZERBAIJANI
,
SUBLANG_NEUTRAL
,
"az"
},
{
LANG_AZERBAIJANI
,
SUBLANG_NEUTRAL
,
"az"
},
{
LANG_AZERBAIJANI
,
SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN
,
"az_AZ@latin"
},
{
LANG_AZERBAIJANI
,
SUBLANG_AZERBAIJANI_AZERBAIJAN_LATIN
,
"az_AZ@latin"
},
{
LANG_AZERBAIJANI
,
SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC
,
"az_AZ@cyrillic"
},
{
LANG_AZERBAIJANI
,
SUBLANG_AZERBAIJANI_AZERBAIJAN_CYRILLIC
,
"az_AZ@cyrillic"
},
...
...
tools/wrc/utils.c
View file @
ec318163
...
@@ -457,6 +457,7 @@ static const struct lang2cp lang2cps[] =
...
@@ -457,6 +457,7 @@ static const struct lang2cp lang2cps[] =
{
LANG_ARABIC
,
SUBLANG_NEUTRAL
,
1256
},
{
LANG_ARABIC
,
SUBLANG_NEUTRAL
,
1256
},
{
LANG_ARMENIAN
,
SUBLANG_NEUTRAL
,
0
},
{
LANG_ARMENIAN
,
SUBLANG_NEUTRAL
,
0
},
{
LANG_ASSAMESE
,
SUBLANG_NEUTRAL
,
0
},
{
LANG_ASSAMESE
,
SUBLANG_NEUTRAL
,
0
},
{
LANG_ASTURIAN
,
SUBLANG_NEUTRAL
,
1252
},
{
LANG_AZERI
,
SUBLANG_NEUTRAL
,
1254
},
{
LANG_AZERI
,
SUBLANG_NEUTRAL
,
1254
},
{
LANG_AZERI
,
SUBLANG_AZERI_CYRILLIC
,
1251
},
{
LANG_AZERI
,
SUBLANG_AZERI_CYRILLIC
,
1251
},
{
LANG_BASHKIR
,
SUBLANG_NEUTRAL
,
1251
},
{
LANG_BASHKIR
,
SUBLANG_NEUTRAL
,
1251
},
...
...
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