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-07-04 11:37:37 +02:00
2018-05-29 21:07:17 +02:00
2018-08-13 01:02:35 +02:00
2019-03-28 14:24:14 +01:00
2018-09-27 05:26:38 +02:00
2018-03-06 20:51:41 +01:00
2018-07-16 18:11:38 +02:00