Commit graph

3 commits

Author SHA1 Message Date
Josh Soref
5324eb1477
Spelling fixes to live code (#15670)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-06 12:11:25 +02:00
William Kennedy
6a8fcf6f33
HTML tag and attribute matcher (#15091)
* HTML tag and attribute matcher

This regex was designed for the following matches. It should ignore
plain text

<tag>
</tag>
<hr/>
<div class="signout_confirm-wrapper">
" target="_blank" rel="noopener me" class="profile-header__meta__item p-1">
class="crayons-layout crayons-layout--limited-l crayons-layout--2-cols crayons-layout--2-cols--1-2 pt-4 m:pt-0"
href="javascript:void(0);"
id="asdf"
class="sas"
data-profile-user-id="asdf">sads</s>
data-tag=""

* added rails sanitizer

* removed swap file

* Update bin/untranslated_erb

Co-authored-by: Michael Kohl <me@citizen428.net>

* revert gitignore

Co-authored-by: Michael Kohl <me@citizen428.net>
2021-11-03 11:27:12 +07:00
Ben Halpern
68e6e61141
Add bin script to find untranslated text in erb files (#15072) 2021-10-14 12:15:14 -04:00