]> git.koha-community.org Git - koha.git/commit
Bug 38274: Fix typo in arabic language description
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 25 Oct 2024 14:25:10 +0000 (16:25 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 29 Oct 2024 07:46:41 +0000 (08:46 +0100)
commit4e1dc5e8b79bcca755610ca9628bd9dc5ae8defd
tree18efd8ba1df8242022ab46b13ace2ae91b348efc
parentb0031977e1982e737f02ca2ff735710b2346c09e
Bug 38274: Fix typo in arabic language description

In installer/data/mysql/mandatory/subtag_registry.sql we see a missing
char in arabic language description.

Wee see this was correct before Bug 12250 :
&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;

Test plan :
1) Install a fresh Koha with this patch
2) Look in database :
   SELECT * FROM language_descriptions WHERE subtag='ar' AND type='language' AND lang='ar'
=> Check description is correct
3) On a old existing Koha
4) Install patch and run update database
=> Look in database and check description is correct

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
installer/data/mysql/atomicupdate/bug_38274.pl [new file with mode: 0755]
installer/data/mysql/mandatory/subtag_registry.sql