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
a3a82045
Commit
a3a82045
authored
Feb 15, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Added the new languages to the prefs and the OSX environment.
parent
e8440fb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
src/libvlc.h
src/libvlc.h
+6
-7
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+8
-0
No files found.
src/libvlc.h
View file @
a3a82045
...
...
@@ -27,14 +27,13 @@
#include "vlc_keys.h"
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"
es"
,
"de
"
,
"fr"
,
"h
u"
,
"it"
,
"ja
"
,
"nl"
,
"no"
,
"pl"
,
"p
t_BR"
,
"ru"
,
"sv
"
};
{
"auto"
,
"en"
,
"en_GB"
,
"
bn"
,
"da"
,
"de"
,
"el"
,
"es
"
,
"fr"
,
"h
i"
,
"hu"
,
"it"
,
"ja"
,
"my
"
,
"nl"
,
"no"
,
"pl"
,
"p
s"
,
"pt_BR"
,
"ru"
,
"sv"
,
"tet"
,
"tl
"
};
static
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"American"
),
N_
(
"British"
),
N_
(
"Spanish"
),
N_
(
"German"
),
N_
(
"French"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Dutch"
),
N_
(
"Norwegian"
),
N_
(
"Polish"
),
N_
(
"Brazilian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
)
};
{
N_
(
"Auto"
),
N_
(
"American"
),
N_
(
"British"
),
N_
(
"Bengali"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Greek"
),
N_
(
"Spanish"
),
N_
(
"French"
),
N_
(
"Hindi"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Burmese"
),
N_
(
"Dutch"
),
N_
(
"Norwegian"
),
N_
(
"Polish"
),
N_
(
"Pashto"
),
N_
(
"Brazilian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
),
N_
(
"Tetum"
),
N_
(
"Tagalog"
)
};
static
char
*
ppsz_snap_formats
[]
=
{
"png"
,
"jpg"
};
...
...
src/misc/darwin_specific.m
View file @
a3a82045
...
...
@@ -40,20 +40,28 @@ static int FindLanguage( const char * psz_lang )
const
char
**
ppsz_parser
;
const
char
*
ppsz_all
[]
=
{
"Bengali"
,
"bn"
,
"Danish"
,
"da"
,
"German"
,
"de"
,
"Modern Greek"
,
"el"
,
"British"
,
"en_GB"
,
"English"
,
"en"
,
"Spanish"
,
"es"
,
"French"
,
"fr"
,
"Hindi"
,
"hi"
,
"Hungarian"
,
"hu"
,
"Italian"
,
"it"
,
"Japanese"
,
"ja"
,
"Burmese"
,
"my"
,
"Dutch"
,
"nl"
,
"Norwegian"
,
"no"
,
"Polish"
,
"pl"
,
"Pashto"
,
"ps"
,
"Brazillian Portuguese"
,
"pt_BR"
,
"Russian"
,
"ru"
,
"Swedish"
,
"sv"
,
"Tetum"
,
"tet"
,
"Tagalog"
,
"tl"
,
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