summaryrefslogtreecommitdiffstats
path: root/share/msgdef
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-04-05 15:03:13 +0000
committerphantom <phantom@FreeBSD.org>2002-04-05 15:03:13 +0000
commit8e0b36fd312ffc9761418e00078f3ec47dac8cb3 (patch)
tree08dd54eb40e64a57dc1512606906b55db658b6e6 /share/msgdef
parent9538412adcafb3d62b39db04d584c4e986b22f3d (diff)
downloadFreeBSD-src-8e0b36fd312ffc9761418e00078f3ec47dac8cb3.zip
FreeBSD-src-8e0b36fd312ffc9761418e00078f3ec47dac8cb3.tar.gz
Add pt_BR.ISO8859-1 (Brazilian Portuguese) locale
Submitted (partly) by: dcs
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index fd9a7e7..6dcd69e 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -53,6 +53,7 @@ DE_LINKS= de_AT de_CH
CZ_LINKS= sk_SK
IT_LINKS= it_CH
NL_LINKS= nl_BE
+PT_LINKS= pt_BR
.SUFFIXES: .src .out
@@ -108,6 +109,10 @@ afterinstall:
ln -sf ../cs_CZ.ISO8859-2/LC_MESSAGES \
${LOCALEDIR}/${link}.ISO8859-2/LC_MESSAGES
.endfor
+.for link in ${PT_LINKS}
+ ln -sf ../pt_PT.ISO8859-1/LC_MESSAGES \
+ ${LOCALEDIR}/${link}.ISO8859-1/LC_MESSAGES
+.endfor
.for link in ${ASCIILINKS}
ln -sf ../${link}.ISO8859-1/LC_MESSAGES \
${LOCALEDIR}/${link}.US-ASCII/LC_MESSAGES
OpenPOWER on IntegriCloud