Victor Berchet
3050ae155c
feat(ICU): enable ICU extraction even when when in is not used
...
BREAKING CHANGES:
"{" is used a a delimiter for ICU messages then it could not be used in text nodes.
"{" should be escaped as "{{ '{' }}"
Before:
<span>some { valid } text</span>
After:
<span>some { invalid } text<span> <!-- throw parse error -->
<span>some {{ '{' }} valid } text</span>
2016-07-12 16:57:39 -07:00
..
2016-07-12 14:55:36 -07:00
2016-07-12 15:26:03 -07:00
2016-07-12 16:57:39 -07:00
2016-07-12 11:21:32 -07:00
2016-07-02 20:35:09 -07:00
2016-07-12 14:55:36 -07:00
2016-06-30 14:28:22 -07:00
2016-05-01 20:51:00 -07:00
2016-07-12 15:26:03 -07:00
2016-06-23 09:47:54 -07:00
2016-07-12 15:26:03 -07:00
2016-07-08 15:31:50 -07:00
2016-07-08 15:31:50 -07:00
2016-07-06 11:22:45 -07:00
2016-07-06 11:22:45 -07:00
2016-07-06 11:22:45 -07:00
2016-06-28 11:35:59 -07:00
2016-07-12 15:26:03 -07:00
2016-07-11 16:38:06 -07:00
2016-07-12 16:57:39 -07:00
2016-05-01 20:51:00 -07:00
2016-06-23 09:47:54 -07:00
2016-07-12 15:26:03 -07:00
2016-07-12 16:57:39 -07:00
2016-06-23 09:47:54 -07:00
2016-07-08 10:34:22 -07:00
2016-07-12 15:26:03 -07:00
2016-07-12 15:26:03 -07:00
2016-07-09 10:12:39 -07:00
2016-06-30 11:34:40 -07:00
2016-06-23 09:47:54 -07:00
2016-06-30 11:34:40 -07:00
2016-07-08 15:31:50 -07:00
2016-06-23 09:47:54 -07:00
2016-06-23 09:47:54 -07:00
2016-07-09 10:12:39 -07:00
2016-06-23 09:47:54 -07:00
2016-07-02 20:35:09 -07:00
2016-07-12 16:57:39 -07:00
2016-06-23 09:47:54 -07:00
2016-05-01 20:51:00 -07:00
2016-06-28 14:01:48 -07:00
2016-07-12 13:55:06 -07:00
2016-07-11 16:22:23 -07:00
2016-06-23 09:47:54 -07:00