Commit 6c3cbb7b authored by Jean-Paul Saman's avatar Jean-Paul Saman

Add a fake language type for OSD subpictures. This allows you to select the...

Add a fake language type for OSD subpictures. This allows you to select the OSD menu subtitle from the GUI.
parent 87b4ada3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* This is used in iso_lang.cpp and is taken from the GNU glibc 2.2.5 * This is used in iso_lang.cpp and is taken from the GNU glibc 2.2.5
* tarball. It has been partially completed with native language names. * tarball. It has been partially completed with native language names.
* Authors: Stphane Borel <stef@via.ecp.fr> * Authors: Sthane Borel <stef@via.ecp.fr>
* Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr> * Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
* If you find something missing or wrong contact <bug-glibc@gnu.org> */ * If you find something missing or wrong contact <bug-glibc@gnu.org> */
/* Some spellings were converted to pure ASCII: /* Some spellings were converted to pure ASCII:
* Provenal -> Provencal * Provenl -> Provencal
* Volapk -> Volapuk * Volapk -> Volapuk
* Bokml -> Bokmaal */ * Bokm -> Bokmaal */
static const iso639_lang_t p_languages[] = static const iso639_lang_t p_languages[] =
{ {
...@@ -140,6 +140,7 @@ static const iso639_lang_t p_languages[] = ...@@ -140,6 +140,7 @@ static const iso639_lang_t p_languages[] =
{ N_( "Occitan (post 1500); Provencal" ), "", "oc", "oci", "oci" }, { N_( "Occitan (post 1500); Provencal" ), "", "oc", "oci", "oci" },
{ N_( "Oriya" ), "", "or", "ori", "ori" }, { N_( "Oriya" ), "", "or", "ori", "ori" },
{ N_( "Oromo" ), "", "om", "orm", "orm" }, { N_( "Oromo" ), "", "om", "orm", "orm" },
{ N_( "On Screen Display" ),"On Screen Display", "od", "osd", "osd" },
{ N_( "Ossetian; Ossetic" ), "", "os", "oss", "oss" }, { N_( "Ossetian; Ossetic" ), "", "os", "oss", "oss" },
{ N_( "Panjabi" ), "", "pa", "pan", "pan" }, { N_( "Panjabi" ), "", "pa", "pan", "pan" },
{ N_( "Persian" ), "", "fa", "fas", "per" }, { N_( "Persian" ), "", "fa", "fas", "per" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment