bitjson / s18n

Semantic localization for html.
MIT License
23 stars 10 forks source link

Should s18n() optionally strip s18n-related attributes from localized documents? #4

Open bitjson opened 9 years ago

bitjson commented 9 years ago
s18n(html, {
stripAttrs: ['s18n', 'cancel-s18n', 's18n-attrs', 'cancel-s18n-attrs']
});