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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Katrin Fischer <[email protected]> ---
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',
'&#1344;&#1377;&#1397;&#1381;&#1408;&#1383;&#1398;');
installer/data/mysql/es-ES/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'&#1344;&#1377;&#1397;&#1381;&#1408;&#1383;&#1398;');
installer/data/mysql/it-IT/necessari/subtag_registry.sql    
76 VALUES ( 'hy', 'language', 'hy',
'&#1344;&#1377;&#1397;&#1381;&#1408;&#1383;&#1398;');
installer/data/mysql/nb-NO/1-Obligatorisk/subtag_registry.sql    
95 VALUES ( 'hy', 'language', 'hy',
'&#1344;&#1377;&#1397;&#1381;&#1408;&#1383;&#1398;');
installer/data/mysql/pl-PL/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'&#1344;&#1377;&#1397;&#1381;&#1408;&#1383;&#1398;');
installer/data/mysql/ru-RU/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'&#1344;&#1377;&#1397;&#1381;&#1408;&#1383;&#1398;');
installer/data/mysql/uk-UA/mandatory/subtag_registry.sql    
74 VALUES ( 'hy', 'language', 'hy',
'&#1344;&#1377;&#1397;&#1381;&#1408;&#1383;&#1398;');


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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to