BUG-13604 Day and Month are not translated

Day and Month are not translated when the country is not defined inside the po file header
This commit is contained in:
norahmollo
2013-12-18 10:22:36 -04:00
parent 517aa69716
commit 0cfd4c3524
7 changed files with 224 additions and 164 deletions

View File

@@ -25,7 +25,7 @@ INSERT INTO CONTENT (CON_CATEGORY,CON_PARENT,CON_ID,CON_LANG,CON_VALUE) VALUES
('PER_NAME','','00000000000000000000000000000001','en','Login'),
('PER_NAME','','00000000000000000000000000000002','en','Setup');
INSERT INTO LANGUAGE (LAN_ID, LAN_LOCATION, LAN_NAME, LAN_NATIVE_NAME, LAN_DIRECTION, LAN_WEIGHT, LAN_ENABLED, LAN_CALENDAR) VALUES
INSERT INTO LANGUAGE (LAN_ID,LAN_LOCATION,LAN_NAME,LAN_NATIVE_NAME,LAN_DIRECTION,LAN_WEIGHT,LAN_ENABLED,LAN_CALENDAR) VALUES
('aa', '', 'Afar', '', 'L', 0, '0', 'GREGORIAN'),
('ab', '', 'Abkhazian', '', 'L', 1, '0', 'GREGORIAN'),
('af', '', 'Afrikaans', '', 'L', 2, '0', 'GREGORIAN'),