Skip to content

Commit c430b5e

Browse files
committed
Replace prefix "$" in parameter names.
1 parent 57713bb commit c430b5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/i18n/helpers/checkHTML.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def main(templates, output_folder=None):
2727

2828
html = unicode(html, "UTF-8")
2929
html = re.sub(r"\|(\w|:|\"|\')+", "", html)
30+
html = html.replace(", $", ", ")
3031

3132
if output_folder:
3233
tf = os.path.join(output_folder, os.path.split(fn)[1])

0 commit comments

Comments
 (0)