Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
83b9a0f8
Commit
83b9a0f8
authored
Jan 09, 2006
by
Christophe Mutricy
Browse files
Add Georgian localization. Thanks to Alexander Didebulidze.
parent
741f1682
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
THANKS
View file @
83b9a0f8
...
...
@@ -8,6 +8,7 @@ Michel Lespinasse <walken at zoy.org> - AC3 decoder, MPEG audio and video decode
The VideoLAN team would like to thank the following contributors:
Alexander Didebulidze <alexander.didebulidze at stusta dot mhn dot de> - Georgian localization
Alex Izvorski <aizvorski at gmail dot com> - some more x264 options
André de Barros Martins Ribeiro <andrerib at ajato.com.br> - Brazilian portuguese localization
Andre Pang <adre.pang at csiro dot au> - Annodex support
...
...
configure.ac
View file @
83b9a0f8
...
...
@@ -259,7 +259,7 @@ fi
dnl
dnl Gettext stuff
dnl
ALL_LINGUAS="ca da de en_GB es fr it ja ko nl pt_BR ro ru sv tr zh_CN zh_TW"
ALL_LINGUAS="ca da de en_GB es fr it ja
ka
ko nl pt_BR ro ru sv 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
...
...
po/ka.po
0 → 100644
View file @
83b9a0f8
This diff is collapsed.
Click to expand it.
src/libvlc.h
View file @
83b9a0f8
...
...
@@ -29,9 +29,9 @@
static
char
*
ppsz_language
[]
=
{
"auto"
,
"en"
,
"en_GB"
,
"ca"
,
"da"
,
"de"
,
"es"
,
"fr"
,
"it"
,
"ja"
,
"ko"
,
"nl"
,
"pt_BR"
,
"ro"
,
"ru"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
"fr"
,
"it"
,
"ja"
,
"ka"
,
"ko"
,
"nl"
,
"pt_BR"
,
"ro"
,
"ru"
,
"tr"
,
"zh_CN"
,
"zh_TW"
};
static
char
*
ppsz_language_text
[]
=
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"French"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
{
N_
(
"Auto"
),
N_
(
"American English"
),
N_
(
"British English"
),
N_
(
"Catalan"
),
N_
(
"Danish"
),
N_
(
"German"
),
N_
(
"Spanish"
),
N_
(
"French"
),
N_
(
"Italian"
),
N_
(
"Japanese"
),
N_
(
"Georgian"
),
N_
(
"Korean"
),
N_
(
"Dutch"
),
N_
(
"Brazilian Portuguese"
),
N_
(
"Romanian"
),
N_
(
"Russian"
),
N_
(
"Turkish"
),
N_
(
"Simplified Chinese"
),
N_
(
"Chinese Traditional"
)
};
static
char
*
ppsz_snap_formats
[]
=
{
"png"
,
"jpg"
};
...
...
src/misc/darwin_specific.m
View file @
83b9a0f8
...
...
@@ -51,6 +51,7 @@ static int FindLanguage( const char * psz_lang )
"Italian"
,
"it"
,
"Japanese"
,
"ja"
,
"Korean"
,
"ko"
,
"Georgian"
,
"ka"
,
"Dutch"
,
"nl"
,
"Brazillian 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