Skip to content

Commit 9a112d5

Browse files
committed
Added an Afrikaans translation
Added the Afrikaans localization
1 parent a9a4550 commit 9a112d5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Afrikaans translation for the jQuery Timepicker Addon */
2+
/* Written by Deon Heyns */
3+
(function($) {
4+
$.timepicker.regional['af'] = {
5+
timeOnlyTitle: 'Kies Tyd',
6+
timeText: 'Tyd ',
7+
hourText: 'Ure ',
8+
minuteText: 'Minute',
9+
secondText: 'Sekondes',
10+
millisecText: 'Millisekondes',
11+
timezoneText: 'Tydsone',
12+
currentText: 'Huidige Tyd',
13+
closeText: 'Klaar',
14+
timeFormat: 'hh:mm tt',
15+
amNames: ['AM', 'A'],
16+
pmNames: ['PM', 'P'],
17+
ampm: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['af']);
20+
})(jQuery);

0 commit comments

Comments
 (0)