diff options
Diffstat (limited to 'eclass/l10n.eclass')
-rw-r--r-- | eclass/l10n.eclass | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/eclass/l10n.eclass b/eclass/l10n.eclass index f53cb3d0898b..8be84024d53c 100644 --- a/eclass/l10n.eclass +++ b/eclass/l10n.eclass @@ -2,6 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: l10n.eclass +# @DEAD +# Use plocale.eclass as drop-in replacement. +# Functions should be replaced as follows: +# l10n_for_each_locale_do → plocale_for_each_locale +# plocale_for_each_disabled_locale → l10n_for_each_disabled_locale_do +# plocale_find_changes → l10n_find_plocales_changes +# plocale_get_locales → l10n_get_locales +# +# Rationale: Ever since the L10N USE_EXPAND variable was introduced, +# the name of this eclass has caused some confusion, because it operates +# on LINGUAS and is unrelated to L10N. +# # @MAINTAINER: # Ulrich Müller <ulm@gentoo.org> # @AUTHOR: |