Tomas Cohen Arazi
c2cf2e3cec
After some time having doubts on how to start a spanish translation of SQL files, I decided to submit a copy of 'en' directory, called 'es-ES' so people can start translating. I hope this is Ok. if not, hopefully this will lead us to some advice on how to do it :-D We need spanish-speaking people to help on translating! Regards To+
4 lines
147 B
SQL
4 lines
147 B
SQL
INSERT INTO `repeatable_holidays` VALUES
|
|
(2,'',0,NULL,NULL,'','Sundays'),
|
|
(3,'',NULL,1,1,'','New Year\'s Day'),
|
|
(4,'',NULL,25,12,'','Christmas');
|