Skip to content

Commit d81aeaf

Browse files
authored
Merge pull request #348 from ydkn/fa_locale_fix
remove invalid character from fa locale that result in parsing error in IE
2 parents 53dfa79 + f32a1c1 commit d81aeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/jquery.timeago.fa.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
factory(jQuery);
88
}
99
}(function (jQuery) {
10-
// Persian
10+
// Persian
1111
// Use DIR attribute for RTL text in Persian Language for ABBR tag .
1212
// By MB.seifollahi@gmail.com
1313
jQuery.timeago.settings.strings = {

0 commit comments

Comments
 (0)