# Right: {{total}} is set in 'en' template
total = {{total}} total
# Wrong:
Number\ in\ month = {{count}} en {{meses}}
# Right: {{firstname}} is set in 'en' template and {{lastname}} not, but set in 'ex' template
hello = Hola {{firstname}} {{lastname}}
