From 18e3a2ad73404aa67d8afeed64fcbf745f60e33f Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 30 Aug 2023 16:51:56 +0200 Subject: delete the Greek `extended` variant, as it does not extend `basic` at all Until commit 9350c7347a from two years ago, the `extended` variant contained *fewer* symbols than the `basic` variant, and did not contain any symbols that `basic` did not have. The extra symbols that it did have over the `simple` variant were all present in the same locations in the `basic` variant. So at that point the `extended` variant was fully redundant. The mentioned commit 9350c7347a did not "perfect" the `extended` layout but merely added some symbols in ill-considered places. Such adjustments are stuff for the `custom` layout instead. This addresses and closes issue #412. Signed-off-by: Benno Schulenberg --- rules/base.xml | 6 ------ rules/compat/variantsMapping.lst | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'rules') diff --git a/rules/base.xml b/rules/base.xml index 79c6cc56..4e18bd12 100644 --- a/rules/base.xml +++ b/rules/base.xml @@ -4000,12 +4000,6 @@ Greek (simple) - - - extended - Greek (extended) - - nodeadkeys diff --git a/rules/compat/variantsMapping.lst b/rules/compat/variantsMapping.lst index c06fde66..1c3230f0 100644 --- a/rules/compat/variantsMapping.lst +++ b/rules/compat/variantsMapping.lst @@ -28,3 +28,4 @@ de lld it lldde // Delete in 2028. ara qwerty ara basic // Delete in 2028. ara qwerty_digits ara digits // Delete in 2028. mao basic nz mao // Delete in 2028. +gr extended gr basic // Delete in 2028. -- cgit v1.2.3