Adding punjabi support to tuxpaint.
This commit is contained in:
parent
b62473b0b8
commit
3298d6c305
1 changed files with 5 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ const char *lang_prefixes[NUM_LANGS] = {
|
||||||
"nso",
|
"nso",
|
||||||
"oc",
|
"oc",
|
||||||
"oj",
|
"oj",
|
||||||
|
"pa",
|
||||||
"pl",
|
"pl",
|
||||||
"pt_BR",
|
"pt_BR",
|
||||||
"pt",
|
"pt",
|
||||||
|
|
@ -310,6 +311,8 @@ static const language_to_locale_struct language_to_locale_array[] = {
|
||||||
{"occitan", "oc_FR.UTF-8"},
|
{"occitan", "oc_FR.UTF-8"},
|
||||||
{"ojibwe", "oj_CA.UTF-8"}, // Proper spelling
|
{"ojibwe", "oj_CA.UTF-8"}, // Proper spelling
|
||||||
{"ojibway", "oj_CA.UTF-8"}, // For compatibility
|
{"ojibway", "oj_CA.UTF-8"}, // For compatibility
|
||||||
|
{"punjabi", "pa_IN.UTF-8"},
|
||||||
|
{"panjabi", "pa_IN.UTF-8"},
|
||||||
{"polish", "pl_PL.UTF-8"},
|
{"polish", "pl_PL.UTF-8"},
|
||||||
{"polski", "pl_PL.UTF-8"},
|
{"polski", "pl_PL.UTF-8"},
|
||||||
{"brazilian-portuguese", "pt_BR.UTF-8"},
|
{"brazilian-portuguese", "pt_BR.UTF-8"},
|
||||||
|
|
@ -428,6 +431,7 @@ static void show_lang_usage(int exitcode)
|
||||||
/* fa */ " persian\n"
|
/* fa */ " persian\n"
|
||||||
/* pl */ " polish polski\n"
|
/* pl */ " polish polski\n"
|
||||||
/* pt */ " portuguese portugues\n"
|
/* pt */ " portuguese portugues\n"
|
||||||
|
/* pa */ " punjabi panjabi\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"
|
||||||
|
|
@ -536,6 +540,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
|
||||||
" nn_NO (Norwegian Nynorsk Norsk)\n"
|
" nn_NO (Norwegian Nynorsk Norsk)\n"
|
||||||
" oc_FR (Occitan)\n"
|
" oc_FR (Occitan)\n"
|
||||||
" oj_CA (Ojibway)\n"
|
" oj_CA (Ojibway)\n"
|
||||||
|
" pa_IN (Punjabi Panjabi)\n"
|
||||||
" pl_PL (Polish Polski)\n"
|
" pl_PL (Polish Polski)\n"
|
||||||
" pt_PT (Portuguese Portugues)\n"
|
" pt_PT (Portuguese Portugues)\n"
|
||||||
" ro_RO (Romanian)\n"
|
" ro_RO (Romanian)\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue