Merge pull request #4173 from fantasticfears/locale
Add translation for topic title and remove dangling validation
This commit is contained in:
commit
8817b00a4c
|
@ -191,7 +191,6 @@ en:
|
||||||
topic_not_found: "Something has gone wrong. Perhaps this topic was closed or deleted while you were looking at it?"
|
topic_not_found: "Something has gone wrong. Perhaps this topic was closed or deleted while you were looking at it?"
|
||||||
|
|
||||||
just_posted_that: "is too similar to what you recently posted"
|
just_posted_that: "is too similar to what you recently posted"
|
||||||
has_already_been_used: "has already been used"
|
|
||||||
invalid_characters: "contains invalid characters"
|
invalid_characters: "contains invalid characters"
|
||||||
is_invalid: "is invalid; try to be a little more descriptive"
|
is_invalid: "is invalid; try to be a little more descriptive"
|
||||||
next_page: "next page →"
|
next_page: "next page →"
|
||||||
|
@ -314,6 +313,8 @@ en:
|
||||||
attributes:
|
attributes:
|
||||||
category:
|
category:
|
||||||
name: "Category Name"
|
name: "Category Name"
|
||||||
|
topic:
|
||||||
|
title: 'Title'
|
||||||
post:
|
post:
|
||||||
raw: "Body"
|
raw: "Body"
|
||||||
user_profile:
|
user_profile:
|
||||||
|
|
Loading…
Reference in New Issue