The new default token delimiters ([]) breaks TONS of old translations.
Let's add support for the previous % prefix convention by default, otherwise we are causing
tons of extra work for translators.

I've seen the work done to support multiple delimiters but I want to highlight the importance of the default setting.

Amnon
-
Professional: Drupal Search | Drupal Israel | Web Hosting Strategies
Personal: Hitech Dolphin: Regain Simple Joy :)

Comments

druvision’s picture

Title: Backward compatibility for translations: support the % delimiter by default otherwise TONS of old translations break » Backward compatibility for translations: add support to the % delimiter otherwise TONS of old translations break

This is in addition to the [] delimiter. And some modules require @.

dmitrig01’s picture

Category: bug » feature
Priority: Critical » Normal

There's no way this is critical, or a bug

greggles’s picture

Perhaps I am confused.

Token support many modules, and those modules should create the default for THEIR interaction with token. Which module used % as the default prior to switching to token?

This should be a bug against that module to continue using a % prefix in its implementation of token.

greggles’s picture

Status: Active » Closed (fixed)

I assume this is a misunderstanding and no change on the part of token is necessary.