Skip to content
This repository was archived by the owner on Apr 5, 2018. It is now read-only.

False positive for translation string #8

Open
monachilada opened this issue Jan 13, 2015 · 1 comment
Open

False positive for translation string #8

monachilada opened this issue Jan 13, 2015 · 1 comment
Assignees
Labels

Comments

@monachilada
Copy link

{{ _self._attr(attr, sep|default(' ')) }} is falsely showing up in my translation list as a string to translate.

Full line from source code is as follows:

{% if attrs|length %}
    {% if attrs is iterable %}
        {% for a,attr in attrs %} {{ a }}="{{ _self._attr(attr, sep|default(' ')) }}"{% endfor %}
    {% else %} 
        {{ assume|default('title') }}="{{ attrs }}"
    {% endif %}
{% endif %}
@boboldehampsink
Copy link
Owner

Thanks, this and one other issue have to be resolved by me creating a regex pattern that I'm working on, but is a though one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants