Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
a815b654
Commit
a815b654
authored
Jul 12, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SO friendliness
parent
4ac6e6df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
include/vlc_iso_lang.h
include/vlc_iso_lang.h
+5
-5
src/text/iso-639_def.h
src/text/iso-639_def.h
+1
-1
No files found.
include/vlc_iso_lang.h
View file @
a815b654
...
...
@@ -29,11 +29,11 @@
struct
iso639_lang_t
{
const
char
*
psz_eng_name
;
/* Description in English */
const
char
*
psz_native_name
;
/* Description in native language */
const
char
*
psz_iso639_1
;
/* ISO-639-1 (2 characters) code */
const
char
*
psz_iso639_2T
;
/* ISO-639-2/T (3 characters) English code */
const
char
*
psz_iso639_2B
;
/* ISO-639-2/B (3 characters) native code */
const
char
*
psz_eng_name
;
/* Description in English */
const
char
*
psz_native_name
;
/* Description in native language */
const
char
psz_iso639_1
[
3
];
/* ISO-639-1 (2 characters) code */
const
char
psz_iso639_2T
[
4
];
/* ISO-639-2/T (3 characters) English code */
const
char
psz_iso639_2B
[
4
];
/* ISO-639-2/B (3 characters) native code */
};
#if defined( __cplusplus )
...
...
src/text/iso-639_def.h
View file @
a815b654
...
...
@@ -201,6 +201,6 @@ static const iso639_lang_t p_languages[] =
{
N_
(
"Yoruba"
),
""
,
"yo"
,
"yor"
,
"yor"
},
{
N_
(
"Zhuang"
),
""
,
"za"
,
"zha"
,
"zha"
},
{
N_
(
"Zulu"
),
""
,
"zu"
,
"zul"
,
"zul"
},
{
NULL
,
NULL
,
NULL
,
NULL
,
NULL
}
{
NULL
,
NULL
,
""
,
""
,
""
}
};
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