From 495cbe0ddf3c464f043f0a1a8037b97e0511a7a1 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 21 Jul 2023 08:21:23 +0100 Subject: [PATCH] Bug 34328: (follow-up) Add description to en_GB This follow-up adds the language description string for Scottish Gaelic to the en_GB translation. --- installer/data/mysql/atomicupdate/bug_34328.pl | 5 +++++ installer/data/mysql/mandatory/subtag_registry.sql | 3 +++ 2 files changed, 8 insertions(+) diff --git a/installer/data/mysql/atomicupdate/bug_34328.pl b/installer/data/mysql/atomicupdate/bug_34328.pl index 50794c67d18..5fbf7cdee2f 100755 --- a/installer/data/mysql/atomicupdate/bug_34328.pl +++ b/installer/data/mysql/atomicupdate/bug_34328.pl @@ -21,6 +21,11 @@ return { VALUES ( 'gd', 'language', 'en', 'Scottish Gaelic') }); + $dbh->do(q{ + INSERT INTO language_descriptions(subtag, type, lang, description) + VALUES ( 'gd', 'language', 'en_GB', 'Scottish Gaelic') + }); + $dbh->do(q{ INSERT INTO language_descriptions(subtag, type, lang, description) VALUES ( 'gd', 'language', 'gd', 'Gàidhlig') diff --git a/installer/data/mysql/mandatory/subtag_registry.sql b/installer/data/mysql/mandatory/subtag_registry.sql index c27789b6d77..a76c2bc5e23 100644 --- a/installer/data/mysql/mandatory/subtag_registry.sql +++ b/installer/data/mysql/mandatory/subtag_registry.sql @@ -436,6 +436,9 @@ VALUES ( 'gd','gla'); INSERT INTO language_descriptions(subtag, type, lang, description) VALUES ( 'gd', 'language', 'en', 'Scottish Gaelic'); +INSERT INTO language_descriptions(subtag, type, lang, description) +VALUES ( 'gd', 'language', 'en_GB', 'Scottish Gaelic'); + INSERT INTO language_descriptions(subtag, type, lang, description) VALUES ( 'gd', 'language', 'gd', 'Gàidhlig'); -- 2.41.0