]> git.koha-community.org Git - koha.git/commit
Bug 14285: Bengali locale needs to be re-defined
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Thu, 28 May 2015 15:18:38 +0000 (12:18 -0300)
committerChris Cormack <chris@bigballofwax.co.nz>
Thu, 4 Jun 2015 01:53:38 +0000 (13:53 +1200)
commita93957d53fbfb9cf0c3f73dd1462cd5212182673
treede1942783b4d85dc8e20eaf761a1f43a3c728044
parent99325e9c7a17d7f9259a0eb929550b8c4c1c0012
Bug 14285: Bengali locale needs to be re-defined

This patch renames translation files for Bengali
language, from ben-* to bn-IN-*.
Also adds India as region

To test:
1) Apply the patch
2) Run updatedatabase
3) Install Bengali language
cd misc/translator
perl translate install bn-IN
enable

Check correct description

4) Create and install a fake Bengali variant
cd misc/translator
perl translate create bn-XX
perl translate install bn-XX
enable both variants

Check correct rendering of region

Results comply with expected test plan outcome. Signed off for bn-IN
Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit e365e6e53592a4639f18173def7e74e0ad24419c)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
16 files changed:
installer/data/mysql/atomicupdate/bug-14285.sql [new file with mode: 0644]
installer/data/mysql/mandatory/subtag_registry.sql
misc/translator/po/ben-marc-MARC21.po [deleted file]
misc/translator/po/ben-marc-NORMARC.po [deleted file]
misc/translator/po/ben-marc-UNIMARC.po [deleted file]
misc/translator/po/ben-opac-bootstrap.po [deleted file]
misc/translator/po/ben-pref.po [deleted file]
misc/translator/po/ben-staff-help.po [deleted file]
misc/translator/po/ben-staff-prog.po [deleted file]
misc/translator/po/bn-IN-marc-MARC21.po [new file with mode: 0644]
misc/translator/po/bn-IN-marc-NORMARC.po [new file with mode: 0644]
misc/translator/po/bn-IN-marc-UNIMARC.po [new file with mode: 0644]
misc/translator/po/bn-IN-opac-bootstrap.po [new file with mode: 0644]
misc/translator/po/bn-IN-pref.po [new file with mode: 0644]
misc/translator/po/bn-IN-staff-help.po [new file with mode: 0644]
misc/translator/po/bn-IN-staff-prog.po [new file with mode: 0644]