mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Partial Afrikaans translation was added. Thanks to Friedel Wolff.
This commit is contained in:
parent
cc6c59d932
commit
09991b59f1
3
AUTHORS
3
AUTHORS
@ -192,6 +192,9 @@ Flemming Frandsen <ff@partyticket.net>
|
||||
Frédéric L. W. Meunier <0@pervalidus.tk>
|
||||
Minor documentation updates
|
||||
|
||||
Friedel Wolff <fwolff@translate.org.za>
|
||||
Afrikaans translation
|
||||
|
||||
Fuzzy European King <james@place.org>
|
||||
Fixed lua stack overflow
|
||||
|
||||
|
@ -1157,7 +1157,7 @@ dnl ===================================================================
|
||||
dnl Gettext grey zone. Beware.
|
||||
dnl ===================================================================
|
||||
|
||||
ALL_LINGUAS="be bg ca cs da de el es et fi fr gl hr hu id is it lt nl nb pl pt pt_BR ro ru sk sr sv tr uk"
|
||||
ALL_LINGUAS="af be bg ca cs da de el es et fi fr gl hr hu id is it lt nl nb pl pt pt_BR ro ru sk sr sv tr uk"
|
||||
|
||||
AM_GNU_GETTEXT
|
||||
|
||||
|
@ -27,6 +27,7 @@ struct language languages[] = {
|
||||
{N_("System"), "system"},
|
||||
{N_("English"), "en"},
|
||||
|
||||
{N_("Afrikaans"), "af"},
|
||||
{N_("Belarusian"), "be"},
|
||||
{N_("Brazilian Portuguese"), "pt-BR"},
|
||||
{N_("Bulgarian"), "bg"},
|
||||
|
Loading…
Reference in New Issue
Block a user