Cropster / ember-l10n

A GNU gettext based localization workflow for Ember
MIT License
15 stars 7 forks source link

Multiline message ids not found due to whitespace characters #19

Closed arm1n closed 6 years ago

arm1n commented 6 years ago

Assuming the following message id:

{{t 
    "I am a multiline message id.
    Thus, I need multiple lines."
}}

This fails when doing the key lookup in json files generated from PO with command ember:l10n sync. So sanitizing message ids from templates and source code is necessary.