mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-30 14:58:50 +00:00
Made the French translation selectable in all programs
This commit is contained in:
parent
a7c7d84c53
commit
7259989fd0
@ -1,3 +1,7 @@
|
||||
2010-11-07 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* all: Made the French translation selectable in all programs.
|
||||
|
||||
2010-11-01 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mmg: bug fix: On Mac OS X the application type is set to a
|
||||
|
@ -57,6 +57,7 @@ translation_c::initialize_available_translations() {
|
||||
#if defined(HAVE_LIBINTL_H)
|
||||
ms_available_translations.push_back(translation_c("de_DE", "de", "german", "German", "Deutsch", false));
|
||||
ms_available_translations.push_back(translation_c("es_ES", "es", "spanish", "Spanish", "Español", false));
|
||||
ms_available_translations.push_back(translation_c("fr_FR", "fr", "french", "French", "Français", false));
|
||||
ms_available_translations.push_back(translation_c("ja_JP", "ja", "japanese", "Japanese", "日本語", true));
|
||||
ms_available_translations.push_back(translation_c("nl_NL", "nl", "dutch", "Dutch", "Nederlands", false));
|
||||
ms_available_translations.push_back(translation_c("ru_RU", "ru", "russian", "Russian", "Русский", false));
|
||||
|
Loading…
Reference in New Issue
Block a user