react-native-l20n
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -82,3 +82,3 @@ // L20n depends upon the ECMAScript Internationalization API, | ||
.replace(/[ ]{2,}$/mg, '\n|') | ||
.replace(/[ ]*\n\|[ ]*(?!$)/mg, ' '); | ||
.replace(/([^=])[ ]*\n\|[ ]*(?!$)/mg, '$1'); | ||
}; |
{ | ||
"name": "react-native-l20n", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Mozilla's L20n localization framework for React Native", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69829