fix japanese locale more formally
This commit is contained in:
parent
70a1d22c6e
commit
5105f75404
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jQuery.timeago.settings.strings = {
|
||||||
days: "%d 日ほど",
|
days: "%d 日ほど",
|
||||||
month: "大体一ヶ月",
|
month: "大体一ヶ月",
|
||||||
months: "%d ヶ月ほど",
|
months: "%d ヶ月ほど",
|
||||||
year: "丁度一年(虎舞流w)",
|
year: "1年前",
|
||||||
years: "%d 年",
|
years: "%d 年",
|
||||||
wordSeparator: ""
|
wordSeparator: ""
|
||||||
};
|
};
|
Reference in a new issue