Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ce1647fa
Commit
ce1647fa
authored
Feb 16, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ALL: added Nepali as the last of Simos Xenitellis' list of languages
parent
a48ff746
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12722 additions
and
3 deletions
+12722
-3
configure.ac
configure.ac
+1
-1
po/ne.po
po/ne.po
+12718
-0
src/libvlc.h
src/libvlc.h
+2
-2
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+1
-0
No files found.
configure.ac
View file @
ce1647fa
...
...
@@ -206,7 +206,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="bn da de el en_GB es fr hi hu it ja my nl no pl ps pt_BR ru sv tet tl"
ALL_LINGUAS="bn da de el en_GB es fr hi hu it ja my
ne
nl no pl ps pt_BR ru sv tet tl"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
...
...
po/ne.po
0 → 100644
View file @
ce1647fa
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
ce1647fa
...
...
@@ -28,11 +28,11 @@
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"bn"
,
"da"
,
"de"
,
"el"
,
"es"
,
"fr"
,
"hi"
,
"hu"
,
"it"
,
"ja"
,
"my"
,
"nl"
,
"no"
,
"fr"
,
"hi"
,
"hu"
,
"it"
,
"ja"
,
"my"
,
"ne"
,
"nl"
,
"no"
,
"pl"
,
"ps"
,
"pt_BR"
,
"ru"
,
"sv"
,
"tet"
,
"tl"
};
static
char
*
ppsz_language_text
[]
=
{
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_
(
"French"
),
N_
(
"Hindi"
),
N_
(
"Hungarian"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Burmese"
),
N_
(
"Nepali"
),
N_
(
"Dutch"
),
N_
(
"Norwegian"
),
N_
(
"Polish"
),
N_
(
"Pashto"
),
N_
(
"Brazilian"
),
N_
(
"Russian"
),
N_
(
"Swedish"
),
N_
(
"Tetum"
),
N_
(
"Tagalog"
)
};
static
char
*
ppsz_snap_formats
[]
=
...
...
src/misc/darwin_specific.m
View file @
ce1647fa
...
...
@@ -53,6 +53,7 @@ static int FindLanguage( const char * psz_lang )
"Italian"
,
"it"
,
"Japanese"
,
"ja"
,
"Burmese"
,
"my"
,
"Nepali"
,
"ne"
,
"Dutch"
,
"nl"
,
"Norwegian"
,
"no"
,
"Polish"
,
"pl"
,
...
...
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