Bugzilla – Attachment 141522 Details for
Bug 27136
Add additional languages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27136: (QA follow-up) Fix entries for multiple und undetermined language(s)
Bug-27136-QA-follow-up-Fix-entries-for-multiple-un.patch (text/plain), 1.76 KB, created by
Katrin Fischer
on 2022-10-07 20:37:58 UTC
(
hide
)
Description:
Bug 27136: (QA follow-up) Fix entries for multiple und undetermined language(s)
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-07 20:37:58 UTC
Size:
1.76 KB
patch
obsolete
>From f0e0a1219637c8de1b9f147644981bd3df247db0 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 7 Oct 2022 21:53:24 +0200 >Subject: [PATCH] Bug 27136: (QA follow-up) Fix entries for multiple und > undetermined language(s) > >--- > installer/data/mysql/mandatory/subtag_registry.sql | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/installer/data/mysql/mandatory/subtag_registry.sql b/installer/data/mysql/mandatory/subtag_registry.sql >index 8e41c0ecee..acbcfe7630 100644 >--- a/installer/data/mysql/mandatory/subtag_registry.sql >+++ b/installer/data/mysql/mandatory/subtag_registry.sql >@@ -1935,13 +1935,13 @@ INSERT INTO language_subtag_registry( subtag, type, description, added) > VALUES ( 'mul', 'language', 'Multiple languages', NOW() ); > > INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) >-VALUES ( 'mu','mul'); >+VALUES ( 'mul','mul'); > > INSERT INTO language_descriptions(subtag, type, lang, description) >-VALUES ( 'mu', 'language', 'en', 'Multiple languages'); >+VALUES ( 'mul', 'language', 'en', 'Multiple languages'); > > INSERT INTO language_descriptions(subtag, type, lang, description) >-VALUES ( 'mu', 'language', 'fr', 'Multilingue'); >+VALUES ( 'mul', 'language', 'fr', 'Multilingue'); > > -- Undetermined > >@@ -1952,10 +1952,10 @@ INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) > VALUES ( 'und','und'); > > INSERT INTO language_descriptions(subtag, type, lang, description) >-VALUES ( 'un', 'language', 'en', 'Undetermined'); >+VALUES ( 'und', 'language', 'en', 'Undetermined'); > > INSERT INTO language_descriptions(subtag, type, lang, description) >-VALUES ( 'un', 'language', 'fr', 'Indéterminée'); >+VALUES ( 'und', 'language', 'fr', 'Indéterminée'); > > -- No linguistic content > >-- >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 27136
:
114107
|
114119
|
137748
|
137785
|
139998
|
139999
|
141239
|
141241
|
141518
| 141522