[Koha-bugs] [Bug 11973] Fix Armenian language description

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 22 09:48:27 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11973

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
This patch fixes the English sql file, but the wrong string still appears in
the translated SQL files:

installer/data/mysql/de-DE/mandatory/subtag_registry.sql    
86 VALUES ( 'hy', 'language', 'hy',
'Հայերէն');
installer/data/mysql/es-ES/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'Հայերէն');
installer/data/mysql/it-IT/necessari/subtag_registry.sql    
76 VALUES ( 'hy', 'language', 'hy',
'Հայերէն');
installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.sql    
95 VALUES ( 'hy', 'language', 'hy',
'Հայերէն');
installer/data/mysql/pl-PL/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'Հայերէն');
installer/data/mysql/ru-RU/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'Հայերէն');
installer/data/mysql/uk-UA/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'Հայերէն');


We really should only maintain the language files once, as they contain all the
translations.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list