Skip to content

Commit

Permalink
Fixed Issue 11104 : String localisation added (#11108)
Browse files Browse the repository at this point in the history
* String localisation added

* Version updates

* Resources file updated
  • Loading branch information
eaarora-ms authored Aug 12, 2019
1 parent ecea16e commit 0a63e0e
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Tasks/AzureMysqlDeploymentV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 156,
"Patch": 2
"Patch": 3
},
"demands": [],
"minimumAgentVersion": "1.100.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureMysqlDeploymentV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 156,
"Patch": 2
"Patch": 3
},
"demands": [],
"minimumAgentVersion": "1.100.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 156,
"Patch": 4
"Patch": 5
},
"releaseNotes": "What's new in version 4.*<br />Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)<br />Supports App Service Environments<br />Improved UI for discovering different App service types supported by the task<br/>Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only<br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 4,
"Minor": 156,
"Patch": 4
"Patch": 5
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,18 @@
"loc.messages.JSONParseError": "Unable to parse JSON file: %s. Error: %s",
"loc.messages.NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
"loc.messages.FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
"loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
"loc.messages.MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs.",
"loc.messages.JSONvariableSubstitution": "Applying JSON variable substitution for %s",
"loc.messages.SubstitutingValueonKey": "Substituting value on key: %s",
"loc.messages.SubstitutingValueonKeyWithNumber": "Substituting value on key %s with (number) value: %s",
"loc.messages.SubstitutingValueonKeyWithBoolean": "Substituting value on key %s with (boolean) value: %s",
"loc.messages.SubstitutingValueonKeyWithObject": "Substituting value on key %s with (object) value: %s",
"loc.messages.SubstitutingValueonKeyWithString": "Substituting value on key %s with (string) value: %s",
"loc.messages.ApplyingXDTtransformation": "Applying XDT Transformation from transformation file %s -> source file %s ",
"loc.messages.SubstitutionForXmlNode": "Processing substitution for xml node : %s",
"loc.messages.UpdatingKeyWithTokenValue": "Updating value for key= %s with token value: %s",
"loc.messages.SubstitutingConnectionStringValue": "Substituting connectionString value for connectionString = %s with token value: %s ",
"loc.messages.VariableSubstitutionInitiated": "Initiated variable substitution in config file : %s",
"loc.messages.ConfigFileUpdated": "Config file : %s updated.",
"loc.messages.SkippedUpdatingFile": "Skipped Updating file: %s"
}
15 changes: 14 additions & 1 deletion Tasks/Common/webdeployment-common-v2/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
"JSONParseError": "Unable to parse JSON file: %s. Error: %s",
"NOJSONfilematchedwithspecificpattern": "NO JSON file matched with specific pattern: %s.",
"FailedToApplyTransformation": "Unable to apply transformation for the given package. Verify the following.",
"MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs."
"MissingArgumentsforXMLTransformation": "Incomplete or missing arguments. Expected format -transform <transform file> -xml <source file> -result <destinamtion file>. Transformation and source file are mandatory inputs.",
"JSONvariableSubstitution" : "Applying JSON variable substitution for %s",
"SubstitutingValueonKey" : "Substituting value on key: %s",
"SubstitutingValueonKeyWithNumber" : "Substituting value on key %s with (number) value: %s",
"SubstitutingValueonKeyWithBoolean" : "Substituting value on key %s with (boolean) value: %s",
"SubstitutingValueonKeyWithObject" : "Substituting value on key %s with (object) value: %s",
"SubstitutingValueonKeyWithString" : "Substituting value on key %s with (string) value: %s",
"ApplyingXDTtransformation" : "Applying XDT Transformation from transformation file %s -> source file %s ",
"SubstitutionForXmlNode" : "Processing substitution for xml node : %s",
"UpdatingKeyWithTokenValue" : "Updating value for key= %s with token value: %s",
"SubstitutingConnectionStringValue" : "Substituting connectionString value for connectionString = %s with token value: %s ",
"VariableSubstitutionInitiated" : "Initiated variable substitution in config file : %s",
"ConfigFileUpdated" : "Config file : %s updated.",
"SkippedUpdatingFile" : "Skipped Updating file: %s"
}
}
2 changes: 1 addition & 1 deletion Tasks/FileTransformV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 156,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "File Transform: $(Package)",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/FileTransformV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": {
"Major": 1,
"Minor": 156,
"Patch": 0
"Patch": 1
},
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/IISWebAppDeploymentOnMachineGroupV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 0,
"Minor": 156,
"Patch": 0
"Patch": 1
},
"demands": [],
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/IISWebAppDeploymentOnMachineGroupV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 0,
"Minor": 156,
"Patch": 0
"Patch": 1
},
"demands": [],
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MysqlDeploymentOnMachineGroupV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 156,
"Patch": 1
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "1.100.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MysqlDeploymentOnMachineGroupV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 1,
"Minor": 156,
"Patch": 1
"Patch": 2
},
"demands": [],
"minimumAgentVersion": "1.100.0",
Expand Down

0 comments on commit 0a63e0e

Please sign in to comment.