Syntax error in japanese localisation (#1920)
assets:precompile was failling because of this missing comma.lolsob-rspec
parent
cc5bbc7048
commit
50ad1c3762
|
@ -14,7 +14,7 @@ const ja = {
|
|||
"account.unblock": "@{name} さんのブロックを解除",
|
||||
"account.unfollow": "フォロー解除",
|
||||
"account.unmute": "ミュート解除",
|
||||
"boost_modal.combo": "次からは{combo}を押せば、これをスキップできます。"
|
||||
"boost_modal.combo": "次からは{combo}を押せば、これをスキップできます。",
|
||||
"column.blocks": "ブロックしたユーザー",
|
||||
"column.community": "ローカルタイムライン",
|
||||
"column.favourites": "お気に入り",
|
||||
|
|
Loading…
Reference in New Issue