gulp-i18n-ui5
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -41,7 +41,11 @@ 'use strict'; | ||
"'i18n>([^']+)'", | ||
"\\{i18n>([^}]+)\\}" | ||
"\\{i18n>([^}]+)\\}", | ||
"\\{@i18n>(@[^}]+)\\}" | ||
] | ||
}, { | ||
fileExtensions: ["json"], | ||
pattern: "\\{\\{([^}]+)\\}\\}" | ||
pattern: [ | ||
"\\{\\{([^}]+)\\}\\}", | ||
"\\{@i18n>([^}]+)\\}" | ||
] | ||
}, { | ||
@@ -48,0 +52,0 @@ fileExtensions: ["js"], |
{ | ||
"name": "gulp-i18n-ui5", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "The plugin is used for simplify work with translations in OpenUI5 or SAPUI5 framework. The plugin searches views and source code of project in OpenUI5 or SAPUI5 framework for translation tokens and automatically update translation file used by the framework.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,2 +13,3 @@ # Plugin gulp-i18n-ui5 [![npm version](https://badge.fury.io/js/gulp-i18n-ui5)](http://badge.fury.io/js/gulp-i18n-ui5) | ||
* "{i18n>MSGID}" | ||
* "{@i18n>MSGID}" | ||
@@ -15,0 +16,0 @@ in default configuration. Then activate/deactivate/add messages in/to |
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
11227
272
96