Project60 / org.project60.sepa

SEPA direct debit integration with civicrm
19 stars 46 forks source link

Localise more strings #647

Closed bjendres closed 1 year ago

bjendres commented 1 year ago

Some strings seem to have evaded translation:

eptbertram commented 1 year ago

This is not a correct IBAN. This is not a correct BIC.

These are front end strings. I can't find them in code :(

https://github.com/Project60/org.project60.sepa/blob/master/l10n/de_DE/LC_MESSAGES/sepa.po#L3821 seems to be a back end string.

eptbertram commented 1 year ago

This is not a correct IBAN. This is not a correct BIC.

These are front end strings. I can't find them in code :(

https://github.com/Project60/org.project60.sepa/blob/master/l10n/de_DE/LC_MESSAGES/sepa.po#L3821 seems to be a back end string.

Front end, indeed: This is from #: CRM/Core/Payment/SDD.php CRM/Core/Payment/SDDNG.php and not sepa.

Sorry for confusion.

bjendres commented 1 year ago

Yes, sorry, this is not part of the CiviSEPA Extension any more, but has been migrated into the SEPA payment processor extensions:

  1. https://github.com/Project60/org.project60.sepapp
  2. https://github.com/systopia/de.systopia.sddpp

(both of which are somewhat shaky, as the concept of a payment processor doesn't really fit the SEPA workflow)