summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/netbeans/netbeans-8.1.ebuild')
-rw-r--r--dev-util/netbeans/netbeans-8.1.ebuild21
1 files changed, 8 insertions, 13 deletions
diff --git a/dev-util/netbeans/netbeans-8.1.ebuild b/dev-util/netbeans/netbeans-8.1.ebuild
index c302477f93fa..786491ecde6c 100644
--- a/dev-util/netbeans/netbeans-8.1.ebuild
+++ b/dev-util/netbeans/netbeans-8.1.ebuild
@@ -131,14 +131,14 @@ pkg_setup() {
lang=${lang/-/_}
case ${lang} in
- ar) lang="ar_EG,ar_SA" ;;
- es) lang="es,es_CO" ;;
- gl) lang="gl_ES" ;;
- hi) lang="hi_IN" ;;
- id) lang="in_ID" ;;
- nl) lang="nl_BE,nl_NL" ;;
- ta) lang="ta_IN" ;;
- tl) lang="fil_PH" ;;
+ ar) lang="ar_EG,ar_SA" ;;
+ es) lang="es,es_CO" ;;
+ fil) lang="fil_PH" ;;
+ gl) lang="gl_ES" ;;
+ hi) lang="hi_IN" ;;
+ id) lang="in_ID" ;;
+ nl) lang="nl_BE,nl_NL" ;;
+ ta) lang="ta_IN" ;;
esac
if use ${lingua} ; then
@@ -249,9 +249,4 @@ pkg_postinst() {
einfo
einfo "You selected Dutch locale so you can choose either nl:BE or nl:NL variant."
fi
-
- if use l10n_tl ; then
- einfo
- einfo "You selected Tagalog locale which has for Filipino locale code fil:PH in Netbeans."
- fi
}