Skip to content

Commit

Permalink
Added Turkish Language File
Browse files Browse the repository at this point in the history
  • Loading branch information
eka7a committed Mar 24, 2016
1 parent 39c0246 commit 6e4d881
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/flipclock/js/lang/tr-tr
@@ -0,0 +1,27 @@
(function($) {

/**
* FlipClock Turkish Language Pack
*
* This class will used to translate tokens into the Turkish language.
*
*/

FlipClock.Lang.Turkish = {

'years' : 'Yıl',
'months' : 'Ay',
'days' : 'Gün',
'hours' : 'Saat',
'minutes' : 'Dakika',
'seconds' : 'Saniye'

};

/* Create various aliases for convenience */

FlipClock.Lang['tr'] = FlipClock.Lang.Turkish;
FlipClock.Lang['tr-tr'] = FlipClock.Lang.Turkish;
FlipClock.Lang['turkish'] = FlipClock.Lang.Turkish;

}(jQuery));

0 comments on commit 6e4d881

Please sign in to comment.