From a56210dfc9a40a32a2025eb462eead436ce180bb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Nov 2016 04:02:02 +0100 Subject: add JSX translation extraction --- pogen/example/test2.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'pogen/example/test2.tsx') diff --git a/pogen/example/test2.tsx b/pogen/example/test2.tsx index 08a1deacc..4133f86fb 100644 --- a/pogen/example/test2.tsx +++ b/pogen/example/test2.tsx @@ -1 +1,15 @@ -let y =
a{b}c
+let x = foo +{bar} {" foo "} baz + + +let y = ( + + + singular form + second line + + + plural form + + +); -- cgit v1.2.3