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
3d8a0790
Commit
3d8a0790
authored
Nov 28, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot that with [19084]: Adding Nepali
parent
98eabd7b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
configure.ac
configure.ac
+1
-1
src/libvlc.h
src/libvlc.h
+5
-5
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+2
-1
No files found.
configure.ac
View file @
3d8a0790
...
...
@@ -307,7 +307,7 @@ fi
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="af ar ca co cs da de en_GB es eu fr fur gl he hi hu it ja lt lv ka ko ms nb nl nn oc pa pt_BR ro ru sk sl sq sv th tr zh_CN zh_TW"
ALL_LINGUAS="af ar ca co cs da de en_GB es eu fr fur gl he hi hu it ja lt lv ka ko ms nb n
e n
l nn oc pa pt_BR ro ru sk sl sq sv th tr zh_CN zh_TW"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
...
...
src/libvlc.h
View file @
3d8a0790
...
...
@@ -30,16 +30,16 @@
#if defined (WIN32) || defined (__APPLE__)
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"cs"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"gl"
,
"he"
,
"hu"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"ms"
,
"n
l"
,
"oc"
,
"pt_BR"
,
"ro"
,
"ru"
,
"sk"
,
"sl
"
,
"sv"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
"it"
,
"ja"
,
"ka"
,
"ko"
,
"ms"
,
"n
e"
,
"nl"
,
"oc"
,
"pt_BR"
,
"ro"
,
"ru"
,
"sk
"
,
"s
l"
,
"s
v"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
static
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"Czech"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"French"
),
N_
(
"Galician"
),
N_
(
"Hebrew"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Malay"
),
N_
(
"
Dutch"
),
N_
(
"
Occitan"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Slovak"
),
N_
(
"Slovenian"
),
N_
(
"Swedish"
),
N_
(
"Turkish"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Malay"
),
N_
(
"
Nepali"
),
N_
(
"
Dutch"
),
N_
(
"Occitan"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"
Russian"
),
N_
(
"
Slovak"
),
N_
(
"Slovenian"
),
N_
(
"Swedish"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
#endif
...
...
src/misc/darwin_specific.m
View file @
3d8a0790
...
...
@@ -58,7 +58,8 @@ static int FindLanguage( const char * psz_lang )
"Korean"
,
"ko"
,
"Georgian"
,
"ka"
,
"Malay"
,
"ms"
,
"Dutch"
,
"nl"
,
"Nepali"
,
"ne"
,
"Dutch"
,
"nl"
,
"Occitan"
,
"oc"
,
"Brazilian Portuguese"
,
"pt_BR"
,
"Romanian"
,
"ro"
,
...
...
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