Re: Re: Re: Re: String List

Posts: 109
Joined: 08/08/2007
Getting busy with the Ubercode.Internationalizationizer

hey kulvik, thanks for your reply. i took a look in the cart.module and didn't manage to get those strings working. could you please be a bit more specific about what you did?

here is an example of one of the strings that isn't working as expected:

t('Next buttons on checkout panes say %text.', array('%text' => variable_get('uc_checkout_next_button', t('Next')))),

here, %text should be 'Next' in english and 'Suivant' in french, but it always reads 'Next', even though the 'Next' string has been translated. it works if i change it to this:

t('Next buttons on checkout panes say ') . t('Next'),

but that seems like a huge change to the code...

Translation By: pomp (35 replies) Wed, 08/08/2007 - 11:24