pt_PT -> pt

This commit is contained in:
William Kendrick 2009-07-23 20:27:03 +00:00
parent 4710e72dd7
commit efc64d1bd5
3 changed files with 7 additions and 5 deletions

View file

@ -24,6 +24,8 @@ $Id$
Nikolay Parukhin <parukhin@gmail.com> Nikolay Parukhin <parukhin@gmail.com>
Sergei Popov <skein@rambler.ru> Sergei Popov <skein@rambler.ru>
* Portuguese now using plain "pt" locale (vs. always specifying "_PT")
* Songhay translation * Songhay translation
Abdoul Cisse <abdoulseydou@hotmail.com> Abdoul Cisse <abdoulseydou@hotmail.com>

View file

@ -25,7 +25,7 @@
$Id$ $Id$
June 14, 2002 - October 26, 2008 June 14, 2002 - July 23, 2009
*/ */
#include <stdio.h> #include <stdio.h>
@ -110,7 +110,7 @@ const char *lang_prefixes[NUM_LANGS] = {
"oj", "oj",
"pl", "pl",
"pt_BR", "pt_BR",
"pt_PT", "pt",
"ro", "ro",
"ru", "ru",
"rw", "rw",
@ -538,7 +538,7 @@ void show_lang_usage(FILE * f, const char *const prg)
/* oc */ " occitan\n" /* oc */ " occitan\n"
/* oj */ " ojibwe ojibway\n" /* oj */ " ojibwe ojibway\n"
/* pl */ " polish polski\n" /* pl */ " polish polski\n"
/* pt_PT */ " portuguese portugues\n" /* pt */ " portuguese portugues\n"
/* ro */ " romanian\n" /* ro */ " romanian\n"
/* ru */ " russian russkiy\n" /* ru */ " russian russkiy\n"
/* gd */ " scottish scottish-gaelic ghaidhlig\n" /* gd */ " scottish scottish-gaelic ghaidhlig\n"

View file

@ -25,7 +25,7 @@
$Id$ $Id$
June 14, 2002 - January 23, 2009 June 14, 2002 - July 23, 2009
*/ */
@ -96,7 +96,7 @@ enum
LANG_OJ, /* Ojibway */ LANG_OJ, /* Ojibway */
LANG_PL, /* Polish */ LANG_PL, /* Polish */
LANG_PT_BR, /* Portuguese (Brazilian) */ LANG_PT_BR, /* Portuguese (Brazilian) */
LANG_PT_PT, /* Portuguese (Portugal) */ LANG_PT, /* Portuguese */
LANG_RO, /* Romanian */ LANG_RO, /* Romanian */
LANG_RU, /* Russian */ LANG_RU, /* Russian */
LANG_RW, /* Kinyarwanda */ LANG_RW, /* Kinyarwanda */