Bugzilla – Attachment 90591 Details for
Bug 22770
Typo in German translation for Greek in language pull down
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22770: Fix typo in German language description of el
Bug-22770-Fix-typo-in-German-language-description-.patch (text/plain), 2.29 KB, created by
Martin Renvoize (ashimema)
on 2019-06-14 11:04:02 UTC
(
hide
)
Description:
Bug 22770: Fix typo in German language description of el
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-06-14 11:04:02 UTC
Size:
2.29 KB
patch
obsolete
>From b24586538c64cd1acc0125a9dd3c090512e39ff9 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 2 Jun 2019 10:48:00 +0200 >Subject: [PATCH] Bug 22770: Fix typo in German language description of el > >Fixes: >Griechisch (Moern [1453- ] ==> Griechisch (Modern 1453-) > >To test: >- Install de-DE language and activate it >- Check the language pull down on advanced search has the typo >- Apply patch and run database update >- Check advanced search again >- Verify the description now shows correctly > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../atomicupdate/bug_22770_fix_language_description.perl | 7 +++++++ > installer/data/mysql/mandatory/subtag_registry.sql | 2 +- > 2 files changed, 8 insertions(+), 1 deletion(-) > create mode 100644 installer/data/mysql/atomicupdate/bug_22770_fix_language_description.perl > >diff --git a/installer/data/mysql/atomicupdate/bug_22770_fix_language_description.perl b/installer/data/mysql/atomicupdate/bug_22770_fix_language_description.perl >new file mode 100644 >index 0000000000..5a0d8e687c >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_22770_fix_language_description.perl >@@ -0,0 +1,7 @@ >+$DBversion = 'XXX'; # will be replaced by the RM >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do( 'UPDATE language_descriptions SET description = "Griechisch (Modern 1453-)" >+ WHERE subtag = "el" and type = "language" and lang ="de"' ); >+ SetVersion( $DBversion ); >+ print "Upgrade to $DBversion done (Bug 22770 - Fix typo in language description for el in German)\n"; >+} >diff --git a/installer/data/mysql/mandatory/subtag_registry.sql b/installer/data/mysql/mandatory/subtag_registry.sql >index a815a616c4..2799a44259 100755 >--- a/installer/data/mysql/mandatory/subtag_registry.sql >+++ b/installer/data/mysql/mandatory/subtag_registry.sql >@@ -239,7 +239,7 @@ INSERT INTO language_descriptions(subtag, type, lang, description) > VALUES ( 'el', 'language', 'fr', 'Grec Moderne (Après 1453)'); > > INSERT INTO language_descriptions(subtag, type, lang, description) >-VALUES ( 'el', 'language', 'de', 'Griechisch (Moern [1453- ]'); >+VALUES ( 'el', 'language', 'de', 'Griechisch (Modern 1453-)'); > > -- English > INSERT INTO language_subtag_registry( subtag, type, description, added) >-- >2.20.1
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 22770
:
90263
|
90275
| 90591