Skip to content

Commit

Permalink
Fix Tamil Language file with proper locale code, see #2119
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire D committed Mar 9, 2017
1 parent a310847 commit 5f409f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* Indian Tamil translation for bootstrap-datepicker
* Tamil translation for bootstrap-datepicker
* Abubacker Siddik A <abuabdul86@hotmail.com>
*/
;(function($){
$.fn.datepicker.dates['ta-IN'] = {
$.fn.datepicker.dates['ta'] = {
days: ["ஞாயிறு", "திங்கள்", "செவ்வாய்", "புதன்", "வியாழன்", "வெள்ளி", "சனி"],
daysShort: ["ஞாயி", "திங்", "செவ்", "புத", "வியா", "வெள்", "சனி"],
daysMin: ["ஞா", "தி", "செ", "பு", "வி", "வெ", "ச"],
Expand Down

0 comments on commit 5f409f1

Please sign in to comment.