PolymerElements / app-localize-behavior

Polymer behaviour to help internationalize your application
48 stars 54 forks source link

New lines in resource string #49

Closed ndvalkov closed 8 years ago

ndvalkov commented 8 years ago

How do you process a longer JSON string with new lines in it?
gets escapes, \n or \n\n do nothing or break, tried

 to wrap the localize placeholder, didn't work either. Only way I see is to split the resource into smaller ones, which is not quite OK.