Bugzilla – Attachment 158372 Details for
Bug 34328
Add Scottish Gaelic to the advanced search options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34328: (follow-up) Add description to en_GB
Bug-34328-follow-up-Add-description-to-enGB.patch (text/plain), 1.89 KB, created by
Katrin Fischer
on 2023-11-04 12:02:25 UTC
(
hide
)
Description:
Bug 34328: (follow-up) Add description to en_GB
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 12:02:25 UTC
Size:
1.89 KB
patch
obsolete
>From c27b1806119762355c36fdd8f040d12e61c3121e Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 50794c67d1..5fbf7cdee2 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 c27789b6d7..a76c2bc5e2 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.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34328
:
153728
|
153754
|
153755
|
156593
|
156594
|
156595
|
158371
| 158372 |
158373