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?"
|
||||
|
||||
just_posted_that: "is too similar to what you recently posted"
|
||||
has_already_been_used: "has already been used"
|
||||
invalid_characters: "contains invalid characters"
|
||||
is_invalid: "is invalid; try to be a little more descriptive"
|
||||
next_page: "next page →"
|
||||
|
@ -314,6 +313,8 @@ en:
|
|||
attributes:
|
||||
category:
|
||||
name: "Category Name"
|
||||
topic:
|
||||
title: 'Title'
|
||||
post:
|
||||
raw: "Body"
|
||||
user_profile:
|
||||
|
|
Loading…
Reference in New Issue