l10n

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
lishevita's picture

Language-specific translation permissions

I'm using Drupal 6 to create a translation site. The translations getting done on the site are of content, not the Drupal interface itself, but the issues I'm facing are probably the same as you would deal with when planning the I18n Server, which is why I'm asking about this here...

I want to give each translator access only to his/her language(s) for translation. I can do this by creating perms for each language:

  foreach (language_list() as $language){
    $perms[] = 'translate '.$language->name;
  }
Read more
Subscribe with RSS Syndicate content