Kyle Zhao fb200e3055 FIX: Escape $ in translations before interpolating (#8100)
The dollar sign (`$`) is a special replace pattern, and `$&` inserts the
matched string. Thus dollars signs need to be escaped with the special
pattern `$$`, which inserts a single `$`.
2019-09-16 13:52:49 -04:00
..
2019-01-11 17:54:23 +01:00
2019-04-18 17:55:16 +10:00
2019-09-16 11:36:27 -04:00