pt_PT -> pt
This commit is contained in:
parent
4710e72dd7
commit
efc64d1bd5
3 changed files with 7 additions and 5 deletions
|
|
@ -24,6 +24,8 @@ $Id$
|
|||
Nikolay Parukhin <parukhin@gmail.com>
|
||||
Sergei Popov <skein@rambler.ru>
|
||||
|
||||
* Portuguese now using plain "pt" locale (vs. always specifying "_PT")
|
||||
|
||||
* Songhay translation
|
||||
Abdoul Cisse <abdoulseydou@hotmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - October 26, 2008
|
||||
June 14, 2002 - July 23, 2009
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -110,7 +110,7 @@ const char *lang_prefixes[NUM_LANGS] = {
|
|||
"oj",
|
||||
"pl",
|
||||
"pt_BR",
|
||||
"pt_PT",
|
||||
"pt",
|
||||
"ro",
|
||||
"ru",
|
||||
"rw",
|
||||
|
|
@ -538,7 +538,7 @@ void show_lang_usage(FILE * f, const char *const prg)
|
|||
/* oc */ " occitan\n"
|
||||
/* oj */ " ojibwe ojibway\n"
|
||||
/* pl */ " polish polski\n"
|
||||
/* pt_PT */ " portuguese portugues\n"
|
||||
/* pt */ " portuguese portugues\n"
|
||||
/* ro */ " romanian\n"
|
||||
/* ru */ " russian russkiy\n"
|
||||
/* gd */ " scottish scottish-gaelic ghaidhlig\n"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - January 23, 2009
|
||||
June 14, 2002 - July 23, 2009
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ enum
|
|||
LANG_OJ, /* Ojibway */
|
||||
LANG_PL, /* Polish */
|
||||
LANG_PT_BR, /* Portuguese (Brazilian) */
|
||||
LANG_PT_PT, /* Portuguese (Portugal) */
|
||||
LANG_PT, /* Portuguese */
|
||||
LANG_RO, /* Romanian */
|
||||
LANG_RU, /* Russian */
|
||||
LANG_RW, /* Kinyarwanda */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue