7 Commits

Author SHA1 Message Date
djoate
13b5827a79
Parse for translate filter 2019-11-24 18:22:51 -05:00
djoate
2a82bc59fa
Add support for translation notes
To add a translation note, use it as a filter. For example,
consider
   {% Free %}
If we want to say that this means free as in no monetary value,
wrap it around in {{ }} and apply the tl_note filter:
   {% {{ "Free" | tl_note: Free as in no monetary value }} %}
The tl_note parameter will be ignored when this Liquid filter is
parsed, but the entirety will be used as the keyed string. Just
make sure that translators don't remove the quotes around "Free".
2019-11-24 18:22:06 -05:00
djoate
1a2996e80c
Code cleanup: Remove unused variable 2019-11-24 18:22:06 -05:00
djoate
211747580d
Key footer.html 2019-11-24 18:22:05 -05:00
djoate
9924c83b85
Don't add empty strings into source file 2019-11-24 18:22:05 -05:00
djoate
718a52be07
Add in translate page filter 2019-11-24 18:22:05 -05:00
djoate
7ac8f97e96
Add translate filter 2019-11-24 18:22:04 -05:00