vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Oct 14 20:09:43 2010 +0300| [3376f9cd084a16c2e62a7cb6f5208c8dae1ae83d] | committer: Rémi Denis-Courmont
Fix non-ASCII comment > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3376f9cd084a16c2e62a7cb6f5208c8dae1ae83d --- src/text/iso-639_def.h | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/text/iso-639_def.h b/src/text/iso-639_def.h index ac90dc3..092d740 100644 --- a/src/text/iso-639_def.h +++ b/src/text/iso-639_def.h @@ -28,10 +28,12 @@ * Format is:( "English name", 639-1-code, 639-2/T-code, 639-2/B-code) * If you find something missing or wrong contact <[email protected]> */ -/* Some spellings were converted to pure ASCII: +/* The following spellings were converted to pure ASCII. They should be + * "translated" back to Unicode in the po/en*.po files: * Provençal -> Provencal - * Volapk -> Volapuk - * Bokm? -> Bokmaal */ + * Volapük -> Volapuk + * Bokmål -> Bokmaal + */ static const iso639_lang_t p_languages[] = { _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
