You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a slim :
| À bientôt !
running 'i18n-tasks missing fr'
't !' is catch by patten_matcher regex /(?<=^|[^\w'\-.]|[^\w'-]I18n.|I18n.)t(?:!|ranslate!?)?/
the problem is \w does not trigger unicode char like ô
The text was updated successfully, but these errors were encountered:
lefermierperso
changed the title
Bad matching in with none EN native app
Bad matching in with not EN native app
Oct 10, 2023
in a slim :
| À bientôt !
running 'i18n-tasks missing fr'
't !' is catch by patten_matcher regex /(?<=^|[^\w'\-.]|[^\w'-]I18n.|I18n.)t(?:!|ranslate!?)?/
the problem is \w does not trigger unicode char like ô
The text was updated successfully, but these errors were encountered: