mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-03-21 01:49:50 -04:00
Syntax issue
Syntax issue on line number 10 i.e '°'. So removed that
This commit is contained in:
parent
a018eaa5f0
commit
38de8b99a9
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ jQuery.timeago.settings.strings = {
|
|||
minute: "mínútu",
|
||||
minutes: "%d mínútum",
|
||||
hour: "klukkutíma",
|
||||
hours: "um %d klukkutímum",°
|
||||
hours: "um %d klukkutímum",
|
||||
day: "degi",
|
||||
days: "%d dögum",
|
||||
month: "mánuði",
|
||||
|
@ -16,4 +16,4 @@ jQuery.timeago.settings.strings = {
|
|||
years: "%d árum",
|
||||
wordSeparator: " ",
|
||||
numbers: []
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue