Closed (outdated)
Project:
Blog
Version:
8.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2008 at 21:55 UTC
Updated:
2 Apr 2020 at 22:21 UTC
Jump to comment: Most recent
Comments
Comment #1
zoo33 commentedI can't think of a good solution for this with the current translation system. BTW, this is a problem with English too: "Thomas's blog" is not correct, although it's less bad. This issue really belongs in the issue queue for Drupal core, if there isn't one already.
Comment #2
t3s commentedMoving to blog module. There should be different translation strings depending on the @name variable. If it ends in "s" then the English version should be msgid "@name' blog" and the swedish (for example) translation should be "@name blogg".
Comment #3
decibel.places commentedsame problem - Stacy Evans' blog becomes "Stacy Evans's blog"
updated version to current 6.15
looking at #141589: Just needed to remove ...'s blog... from My Opinions's blog issue for Blog Information module, maybe some tips there
Comment #4
deekayen commented#233301-125: Remove blog module from core removed blog from core.
Comment #5
decibel.places commented@#4
Indeed, the Blog module is gone from Drupal 8 - the entire thread discussing the end of the Blog module is of interest to anybody considering using Drupal for blogs
However, people will be using earlier versions of Drupal for a while.
For the record, there is a D6 installation profile for a single user blog that does not use the blog module: http://drupal.org/project/single_user_blog
For multiple user blogs:
a core content type (D6: page/story; D7: article) or a CCK custom content type
Views and/or Taxonomy
possibly Organic Groups
Comment #6
nevergoneOutdated issue.