How to rename/translate heading "Newest Images"?
|
erez
Joined: 2009-05-22
Posts: 3 |
Posted: Fri, 2009-05-22 19:07
|
|||
|
Hi, Thanking in anticipation, Best regards,
|
||||

Posts: 23
Hi,
I am not an expert, but I think that "Newest Images" is hard coded and is not translated automaticaly.
I have also imageblock in Sidebar/Ebony theme, and so what I did:
- install Dynamic Album
- copy links to Most Viewed and Newest Photos do local/sidebar.tpl
then, you can modify:
<ul>
<li><a href="/updates"><strong>Newest Photos</strong></a></li>
Newest Photos/to what you wish
<li><a href="/popular"><strong>Most Viewed Photos</strong></a></li>
Most Viewed Photos/to what you wish
</ul>
</div>
I hope it will help you
Best greetings from Poland/town Krakow
PaulYaro
Posts: 3
PaulYaro thanks for response and nice idea,
But maybe this problem have some different way for decision...
I testing Gallery2 with some other lang in pack and label "Newest Images" translate correctly...
Best regards,
Posts: 22890
Edit modules/imageblock/templates/blocks/blocks.inc
@translating:
http://codex.gallery2.org/Gallery2:Localization
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 3
Thanks Dave,
The problem was in the modules/imageblock/po/bg.po translation file.
I find and remove rows "#, fuzzy" and now everything looks good
Thanks again,
Best regards,
Apply current changes from me: