Page 1 of 1

Currency Swiss francs

Posted: 22 Sep 2016, 14:11
by derJu
Hi

i have add Currency Swiss francs set in the backend and frontend comes Fr instead of CHF

How can I change that is usually CHF?

That does not work

Code: Select all

plugin.tx_aimeos.settings.i18n.de.0 {
  domain = client
  string = currency
  trans = CHF
}
best regards
derJu

Re: Currency Swiss francs

Posted: 22 Sep 2016, 14:37
by aimeos
The correct configuration would be

Code: Select all

plugin.tx_aimeos.settings.i18n.de.0 {
  domain = client/currency
  string = CHF
  trans = Fr
}

Re: Currency Swiss francs

Posted: 22 Sep 2016, 14:39
by derJu
thank you , it works

best regards
derJu