i18n-ini-loader
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "i18n-ini-loader", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Webpack I18n loader based on .ini files.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -59,3 +59,3 @@ # i18n-ini-loader | ||
module.exports = { | ||
welcome: (name) => `Hallo, ${name}!`, | ||
hello: (name) => `Hallo, ${name}!`, | ||
niceDay: 'Hab einen schönen Tag.' | ||
@@ -62,0 +62,0 @@ } |
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
5180