Module:Month translator/data: Difference between revisions

Content deleted Content added
No edit summary
+override data table;
Line 11:
 
 
--[[--------------------------< M O NV TE HR _ LR I SD TE _ GN A M E TS >--------------------------------------------------
 
table of non-English month names that are valid but are not in the list of names taken from MediaWiki with
month_names_get(). Items in this list have the form:
['<non-English month name>'] = 'English month name',
]]
 
local override_names = {
[''] = '',
}
 
--[[--------------------------< M O N T H _ N A M E S _ G E T >------------------------------------------------
 
creates a translation table of non-English month names listed in lang{} mapped to English month names listed in
Line 39 ⟶ 50:
return {
month_names = month_names_get (),
override_names = override_names,
patterns = patterns,
}