Closed scardinius closed 8 years ago
Hi. Great, thank you!
Could I ask you, possibly, to please do it "properly"? I know, I used the same (bad) approach in CiviSEPA, but the correct implementation would be the one you can see in https://github.com/systopia/de.systopia.householdmerge:
{ts}string{/ts}
instead of {{ts('string')}}
in tpl filesl10n
folder contains the localisation for the extension's domaints()
and {ts}{/ts}
functions get a domain
attributeThis way it'll be much easier to install the localisation as well, as it comes right with the extension code.
And now is it ok?
And now is it ok?
Sorry, I have no means of testing it right now. If you feel confident, I'll merge it and we can fix it later if it turns out to be broken...
I guess merging it would be most convenient - we'll get to translating the extension very soon, so it will be additionally tested by us - we'll submit additional PRs, if we find anything.
@nikobo: Could you merge this please?
Hi,
I'm going to translate whole extension into Polish. Therefore I added missing ts() function.
By the way, do you know more user friendly solution for communition of extension dependency? campaigngoodies.php:36