summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-08-30 16:51:56 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-10-28 12:47:47 +0200
commit18e3a2ad73404aa67d8afeed64fcbf745f60e33f (patch)
tree3bdfa6f771f7c92282abb4f4acc7c369210b077f /rules
parent7e86f93e7e16509e0f02b2c668b39cd8830f7ca2 (diff)
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 <bensberg@telfort.nl>
Diffstat (limited to 'rules')
-rw-r--r--rules/base.xml6
-rw-r--r--rules/compat/variantsMapping.lst1
2 files changed, 1 insertions, 6 deletions
diff --git a/rules/base.xml b/rules/base.xml
index 79c6cc56..4e18bd12 100644
--- a/rules/base.xml
+++ b/rules/base.xml
@@ -4002,12 +4002,6 @@
</variant>
<variant>
<configItem>
- <name>extended</name>
- <description>Greek (extended)</description>
- </configItem>
- </variant>
- <variant>
- <configItem>
<name>nodeadkeys</name>
<description>Greek (no dead keys)</description>
</configItem>
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.