BUG-13604 Day and month are not translated

Day and month are not translated when the country is not used inside the po file header
This commit is contained in:
norahmollo
2013-12-16 12:15:41 -04:00
parent 915217a20e
commit 552a4265a3
5 changed files with 169 additions and 146 deletions

View File

@@ -322,6 +322,7 @@ CREATE TABLE `LANGUAGE`
(
`LAN_ID` VARCHAR(4) default '' NOT NULL,
`LAN_NAME` VARCHAR(30) default '' NOT NULL,
`LAN_LOCATION` VARCHAR(4) default '' NOT NULL,
`LAN_NATIVE_NAME` VARCHAR(30) default '' NOT NULL,
`LAN_DIRECTION` CHAR(1) default 'L' NOT NULL,
`LAN_WEIGHT` INTEGER default 0 NOT NULL,