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
f5dc2b5e
Commit
f5dc2b5e
authored
Apr 12, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
parent
97782999
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12779 additions
and
1 deletion
+12779
-1
THANKS
THANKS
+1
-0
configure.ac
configure.ac
+1
-1
po/zh_TW.po
po/zh_TW.po
+12776
-0
src/misc/darwin_specific.m
src/misc/darwin_specific.m
+1
-0
No files found.
THANKS
View file @
f5dc2b5e
...
@@ -37,6 +37,7 @@ Emmanuel Blindauer <manu at agat.net> - aRts audio output
...
@@ -37,6 +37,7 @@ Emmanuel Blindauer <manu at agat.net> - aRts audio output
Espen Skoglund <esk at ira.uka.de> - FreeBSD autoconf and Makefile patches
Espen Skoglund <esk at ira.uka.de> - FreeBSD autoconf and Makefile patches
Ethan C. Baldridge <BaldridgeE at cadmus.com> - directory browsing code
Ethan C. Baldridge <BaldridgeE at cadmus.com> - directory browsing code
Felix Khne <fkuehne at users.sf.net> - German translation
Felix Khne <fkuehne at users.sf.net> - German translation
Frank Chao <frank0624 at gmail.com> - Chinese Traditional translation
Fumio Nakayama <endymion at ca2.so-net.ne.jp> - Japanese translation
Fumio Nakayama <endymion at ca2.so-net.ne.jp> - Japanese translation
Goetz Waschk <waschk at informatik.uni-rostock dot de> - Mandrake packages
Goetz Waschk <waschk at informatik.uni-rostock dot de> - Mandrake packages
Haakon Meland Eriksen - Norwegian translation
Haakon Meland Eriksen - Norwegian translation
...
...
configure.ac
View file @
f5dc2b5e
...
@@ -206,7 +206,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
...
@@ -206,7 +206,7 @@ AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
dnl
dnl
dnl Gettext stuff
dnl Gettext stuff
dnl
dnl
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"
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
zh_TW
"
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
...
...
po/zh_TW.po
0 → 100755
View file @
f5dc2b5e
This diff is collapsed.
Click to expand it.
src/misc/darwin_specific.m
View file @
f5dc2b5e
...
@@ -63,6 +63,7 @@ static int FindLanguage( const char * psz_lang )
...
@@ -63,6 +63,7 @@ static int FindLanguage( const char * psz_lang )
"Swedish"
,
"sv"
,
"Swedish"
,
"sv"
,
"Tetum"
,
"tet"
,
"Tetum"
,
"tet"
,
"Tagalog"
,
"tl"
,
"Tagalog"
,
"tl"
,
"Chinese Traditional"
,
"zh_TW"
,
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