ಮಾಡ್ಯೂಲ್:Citation/CS1/Configuration: ಪರಿಷ್ಕರಣೆಗಳ ನಡುವಿನ ವ್ಯತ್ಯಾಸ

Content deleted Content added
No edit summary
Reverted to revision 808468 by Trappist the monk (talk): Revert import changes. (TW)
ಟ್ಯಾಗ್: ರದ್ದುಗೊಳಿಸಿ
೧ ನೇ ಸಾಲು:
--[[
History of changes since last sync: 2017-11-04
 
]]
 
local citation_config = {};
Line ೩೬೯ ⟶ ೩೬೫:
},
['local'] = { -- replace these English date names with the local language equivalents
['long'] = {['ಜನವರಿJanuary']=1, ['ಫೆಬ್ರುವರಿFebruary']=2, ['ಮಾರ್ಚ್March']=3, ['ಏಪ್ರಿಲ್April']=4, ['ಮೇMay']=5, ['ಜೂನ್June']=6, ['ಜುಲೈJuly']=7, ['ಆಗಸ್ಟ್August']=8, ['ಸೆಪ್ಟೆಂಬರ್September']=9, ['ಅಕ್ಟೋಬರ್October']=10, ['ನವೆಂಬರ್November']=11, ['ಡಿಸೆಂಬರ್December']=12};
['short'] = {['ಜನವರಿJan']=1, ['ಫೆಬ್ರುವರಿFeb']=2, ['ಮಾರ್ಚ್Mar']=3, ['ಏಪ್ರಿಲ್Apr']=4, ['ಮೇMay']=5, ['ಜೂನ್Jun']=6, ['ಜುಲೈJul']=7, ['ಆಗಸ್ಟ್Aug']=8, ['ಸೆಪ್ಟೆಂಬರ್Sep']=9, ['ಅಕ್ಟೋಬರ್Oct']=10, ['ನವೆಂಬರ್Nov']=11, ['ಡಿಸೆಂಬರ್Dec']=12};
['season'] = {['Winter']=24, ['Spring']=21, ['Summer']=22, ['Fall']=23, ['Autumn']=23};
['named'] = {['Christmas']=99};
},
['local_digits'] = {['೦'] = '0', ['೧'] = '1', ['೨'] = '2', ['೩'] = '3', ['೪'] = '4', ['೫'] = '5', ['೬'] = '6', ['೭'] = '7', ['೮'] = '8', ['೯'] = '9'}; -- used to convert local language digits to Western 0-9
}