Difference between revisions of "Migration from 5.1.8 to 5.1.9"

From OpenKM Documentation
Jump to: navigation, search
Line 1: Line 1:
Versión 5.1.9 is still not available to download.
+
{{Note|Versión 5.1.9 is still not available for download.}}
  
 +
Starting from version 5.1.9 in calendar can be indicated the first day of the month. Should insert this value to English translation and complete in other language packages if there's others installed.
  
From version 5.1.9 in calendar can be indicated the first day of the month. Must insert this value to english translation and complete in other language packages if there's othere installed.
 
 
<source lang="sql">
 
<source lang="sql">
 
INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'calendar.first.day.of.week', '0', 'en-GB');
 
INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'calendar.first.day.of.week', '0', 'en-GB');
Line 8: Line 8:
  
 
In your locale translations should indicate which is your day of the month. Possible values are:
 
In your locale translations should indicate which is your day of the month. Possible values are:
 +
 
* sunday =0
 
* sunday =0
 
* monday = 1
 
* monday = 1

Revision as of 18:00, 30 December 2011


Nota clasica.png Versión 5.1.9 is still not available for download.

Starting from version 5.1.9 in calendar can be indicated the first day of the month. Should insert this value to English translation and complete in other language packages if there's others installed.

INSERT INTO OKM_TRANSLATION (TR_MODULE, TR_KEY, TR_TEXT, TR_LANGUAGE) VALUES ('frontend', 'calendar.first.day.of.week', '0', 'en-GB');

In your locale translations should indicate which is your day of the month. Possible values are:

  • sunday =0
  • monday = 1
  • tuesday = 2
  • wednesday = 3
  • thursday = 4
  • friday = 5
  • saturday = 6