diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-18 21:28:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-18 21:28:12 +0000 |
commit | 4345a7350f8e5bc3b062e8f044b1dfcfed672c63 (patch) | |
tree | c944cfe5ac919e1c52cf7871ca6bae11363a42f5 /devel/portlint | |
parent | fd924979e955e0ad7640886ce3b0cdd3448d5ad1 (diff) | |
download | ports-4345a7350f8e5bc3b062e8f044b1dfcfed672c63.tar.gz ports-4345a7350f8e5bc3b062e8f044b1dfcfed672c63.zip |
Notes
Diffstat (limited to 'devel/portlint')
-rw-r--r-- | devel/portlint/src/portlint.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/portlint/src/portlint.pl b/devel/portlint/src/portlint.pl index 8c510d6315a0..16521143c593 100644 --- a/devel/portlint/src/portlint.pl +++ b/devel/portlint/src/portlint.pl @@ -67,9 +67,12 @@ my %lang_pref = qw( french fr german de hebrew iw + hungarian hu japanese ja korean ko + portuguese pt russian ru + ukrainian uk vietnamese vi ); my @lang_cat = keys %lang_pref; |