Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
language system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 13:20 UTC
Updated:
30 May 2009 at 09:23 UTC
I want to be translated "Cansel" for a single module as the "Отмена" to another module "Сброс".
What to do?
Comments
Comment #1
meba commentedRight now - nothing. I believe it may be done using text domains, but i am not sure about it's status in D6.
Comment #2
hass commentedSorry for my stupidity, but what is a "text domain" and how does this work?
Comment #3
gábor hojtsyDrupal itself does not allow you to translate the same string differently for different modules, so l10n_server does not allow you either. If l10n_server would allow you to, the different translations would still be impossible to use with Drupal, so here we go. First, Drupal would need to know about multiple possible translations for a string, and ways to distinguish it. Looks like this is a Drupal 7 feature request.
Comment #4
pvasili commentedMaybe, this will be one of the options for solutions to this problem: http://drupal.org/node/300978
Comment #5
hass commented#334283: Add msgctxt-type context to t()