Skip to content

Commit

Permalink
Tamil Language support (#2119)
Browse files Browse the repository at this point in the history
* Add Indian Tamil Language support
  • Loading branch information
abuabdul authored and acrobat committed Feb 9, 2017
1 parent c15618a commit d97106c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions js/locales/bootstrap-datepicker.ta-IN.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* Indian Tamil translation for bootstrap-datepicker
* Abubacker Siddik A <abuabdul86@hotmail.com>
*/
;(function($){
$.fn.datepicker.dates['ta-IN'] = {
days: ["ஞாயிறு", "திங்கள்", "செவ்வாய்", "புதன்", "வியாழன்", "வெள்ளி", "சனி"],
daysShort: ["ஞாயி", "திங்", "செவ்", "புத", "வியா", "வெள்", "சனி"],
daysMin: ["ஞா", "தி", "செ", "பு", "வி", "வெ", "ச"],
months: ["ஜனவரி", "பிப்ரவரி", "மார்ச்", "ஏப்ரல்", "மே", "ஜூன்", "ஜூலை", "ஆகஸ்டு", "செப்டம்பர்", "அக்டோபர்", "நவம்பர்", "டிசம்பர்"],
monthsShort: ["ஜன", "பிப்", "மார்", "ஏப்", "மே", "ஜூன்", "ஜூலை", "ஆக", "செப்", "அக்", "நவ", "டிச"],
today: "இன்று",
monthsTitle: "மாதங்கள்",
clear: "நீக்கு",
weekStart: 1,
format: "dd/mm/yyyy"
};
}(jQuery));

0 comments on commit d97106c

Please sign in to comment.