jr icon indicating copy to clipboard operation
jr copied to clipboard

Template localizations?

Open al-x opened this issue 11 months ago • 12 comments

Can you explain how to localize the templates?

I read your blog post which seems relevant, but I'm afraid I couldn't figure out how to implement such a template localization.

For example, the user template defaults to the address style:

  "address": "{{city}}, {{street}} {{building 2}}, {{zip}}",

but I would like to use the United States address style of:

  "address": "{{building 5}} {{street}}, {{city}}, {{state}} {{zip}}",

I would contribute address localizations for US, MX, and CA if I only knew how.

al-x avatar Sep 10 '23 03:09 al-x