diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-07-08 15:03:58 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-07-08 15:03:58 +0100 |
commit | 814f4cf860e299a046b649eaee5463427984c09c (patch) | |
tree | 74c45f097899310e599dad6b8df5b63e0f085bc0 /eclass/l10n.eclass | |
parent | 7f0ccc917c7abe6223784c703d86cd14755691fb (diff) |
gentoo resync : 08.07.2021
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: |