Hi there, this seems like it was a similar issue as to what i am having.
I have 3 languages, English (default), French, and Portuguese.
I added and configured everything, and set the translations strings, but the Portuguese page does not seem to be translated it stays in english. Only the French one is. Am I missing something?
https://staging.shalina.com/en-za/cookie-policy-eu/
https://staging.shalina.com/fr/cookie-policy-eu/
https://staging.shalina.com/pt/cookie-policy-eu/
Thank you Bernhard, that did work.
Can I have multiple subloop-arrays inside an html table like this:
<tr>
{subloop-array:items:-1}<td>{items.code}</td>{/subloop-array:items}
{subloop-array:items:-1}<td>{items.qty_cpt}</td>{/subloop-array:items}
{subloop-array:items:-1}<td>{items.qty_jhb}</td>{/subloop-array:items}
{subloop-array:items:-1}<td>{items.qty_dbn}</td>{/subloop-array:items}
{subloop-array:items:-1}<td>{items.qty_els}</td>{/subloop-array:items}
</tr>