ThemeShaper Forums » Thematic

Need much more Localization!

(3 posts)
  • Started 14 years ago by Satranc
  • Latest reply from Chris
  • This topic is not a support question
  1. Anonymous
    Unregistered

    Hi to all,
    Firstly thanks for Thematic.
    It is nice work.

    I want to talk about some specialities for better child theme using and better localisations.

    1* Better child theme using:
    You can use if(!defined(x_function)) before all thematic functions so we can override when we need. Like wordpress functions ;)

    2* Please use more actions and filters, EVERYWHERE
    After and before <content>, header area, post, ,comments, comment, all-sidebars, page, home, archive, 404 pages and much more actions and filters.

    3* Better localisation:
    Please don't split sentences, it makes hard to localize thematic. You can use more printf() functions with %1$s like parameters not %s. More info here: http://urbangiraffe.com/articles/translating-wordpress-themes-and-plugins/3/
    Second point at this point don't split html codes and data.
    example:
    better: _e('<a href="">Some thing</a>','example')
    worse: <a href="">_e('Some thing','example')</a>

    So i can use special html properties like rel="nofollow" at links.

    Give us a better theme (thematic).

    Thanks.

    Posted 14 years ago #
  2. deleted - sorry

    Posted 14 years ago #
  3. Hey and welcome on board,

    ad 1) Don't get the point here. Maybe I'm still 'blinded' by that damned cold.

    ad 2) We're working on it. There will be more hooks and there will be more filters. I don't think that we can finalize everything with the next release. So this will be a step by step thing.

    ad 3) For the moment this will have lowest priority. If everything is implemented and working, we could work on this in a housekeeping version.

    Thanks!

    Chris

    Posted 14 years ago #

RSS feed for this topic

Reply

You must log in to post.