Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added translation to the word New #612

Open
wants to merge 2 commits into
base: rails4
Choose a base branch
from
Open

Conversation

mib32
Copy link
Contributor

@mib32 mib32 commented Oct 15, 2014

Hi, so there wasn't any translation for the word 'New', maybe we should do it?

@@ -13,7 +13,7 @@ def new_since_last_view_text(topic)

if forum_view
if topic_view.nil? && topic.created_at > forum_view.past_viewed_at
content_tag :super, "New"
content_tag :super, t('forem.general.newly_created')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is for a topic, perhaps we could name the key forem.topic.newly_created. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would probably be best, considering there could be a different translation for a feminine/masculine word, depending on the language.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, could you please update this PR for that?

@radar
Copy link
Collaborator

radar commented Dec 14, 2014

Ping @Jake0oo0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants