Login     Sign up
Problem with translation - groups
Jan Backe (@jaheba)
Join date: Dec 26th 2010
Community posts: 27
View Profile
Send Message

Some of the text elements in the groups module never shows up in translation section.

163 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

do you have some examples?

163 months ago
Jan Backe (@jaheba)
Join date: Dec 26th 2010
Community posts: 27
View Profile
Send Message

Shure.. Screenshots here:

[url]http://entankeframig.dk/jcow/[/url]

The english text elements are not avalible in the translate section

163 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

i just uploaded the groups module to my site.

163 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

i see, a lot of t() statements missing.

163 months ago
Pierre (@planetefrancaise)
Join date: Jan 2nd 2011
Community posts: 32
View Profile
Send Message

Falcone,
Could you add a "Complete" english text file (en.tx)on your site to be downloaded?
It would save a lot of time to translate the whole site because every time I use a part of the site for the 1rst time it adds engligh fields on the translation page, and I have to find them , then translate them and back it up etc... It would also help translators have a complete file unlike the spanish one that still has many english not translated.
Thanks.

163 months ago
1
Jan Backe (@jaheba)
Join date: Dec 26th 2010
Community posts: 27
View Profile
Send Message

I figured out how to add t() statements in section arrays.

How do I add it in $output strings (example: This group was created by ):

$output = '
This group was created by '.url('u/'.$creator['username'],$creator['username']).' ('.get_date($group['created']).')<br />
Currently has '.$group['members'].' members, '.$group['posts'].' posts and '.$group['topics'].' topics.';

163 months ago