Bug 22770

Summary: Typo in German translation for Greek in language pull down
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Installation and upgrade (web-based installer)Assignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: fridolin.somers, gmcharlt, lucas, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.11.00,19.05.01
Attachments: Bug 22770: Fix typo in German language description of el
Bug 22770: Fix typo in German language description of el
Bug 22770: Fix typo in German language description of el

Description Katrin Fischer 2019-04-25 13:50:12 UTC
There is a typo in the German translation for the Greek language:

 241 INSERT INTO language_descriptions(subtag, type, lang, description)
 242 VALUES ( 'el', 'language', 'de', 'Griechisch (Moern [1453- ]');


Moern should be: Modern
Comment 1 Katrin Fischer 2019-04-25 13:51:28 UTC
And ( needs a closing ).
Comment 2 Katrin Fischer 2019-04-25 13:52:19 UTC
Griechisch (Modern 1453-)
Comment 3 Katrin Fischer 2019-06-02 08:51:51 UTC
Created attachment 90263 [details] [review]
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
Comment 4 Liz Rea 2019-06-03 15:50:23 UTC
Created attachment 90275 [details] [review]
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>
Comment 5 Martin Renvoize 2019-06-14 11:04:02 UTC
Created attachment 90591 [details] [review]
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>
Comment 6 Martin Renvoize 2019-06-14 11:04:23 UTC
Simple typo fix, passing QA
Comment 7 Martin Renvoize 2019-06-15 07:02:51 UTC
Nice work!

Pushed to master for 19.11.00
Comment 8 Fridolin Somers 2019-06-20 12:31:17 UTC
Pushed to 19.05.x for 19.05.01

Creates DB update 19.05.00.003
Comment 9 Lucas Gass 2019-06-26 16:51:45 UTC
backported to 18.11.x for 18.1107

creates DBRev 18.11.002
Comment 10 Katrin Fischer 2019-06-26 18:56:48 UTC
(In reply to Lucas Gass from comment #9)
> backported to 18.11.x for 18.1107
> 
> creates DBRev 18.11.002

Thx Lucas, really helpful!