mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 15:57:54 -05:00
Merge pull request #101 from juno/fix-japanese-locale
fix japanese locale more formally
This commit is contained in:
commit
7a05219f6e
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: ""
|
||||||
};
|
};
|
Loading…
Reference in a new issue