Skip to content

Commit e24a539

Browse files
authored
missing comments (#39)
* fix build * update appveyor build add new sample node add new spanish resx add new copy steps for localized content * comments
1 parent 0764014 commit e24a539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SampleLibraryUI/Examples/LocalizedCustomNodeModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
namespace SampleLibraryUI.Examples
1111
{
1212
/// <summary>
13-
/// This example node uses .net .resx files and generated sattelite assemblies to perform runtime lookup of localized content
13+
/// This example node uses .net .resx files and generated satellite assemblies to perform runtime lookup of localized content
1414
/// depending on the culture of the system Dynamo is running on.
1515
/// Read more: https://docs.microsoft.com/en-us/dotnet/framework/resources/creating-resource-files-for-desktop-apps
1616
/// You can use the -l "es-ES" flag when starting DynamoSandbox.exe to replace the English strings with Spanish ones.
17+
/// For more info on the CLI interface read more: https://github.com/DynamoDS/Dynamo/wiki/Dynamo-Command-Line-Interface
1718
/// </summary>
1819
[NodeName("LocalizedNode")]
1920
[NodeDescription("CustomNodeModelDescription", typeof(Properties.Resources))]

0 commit comments

Comments
 (0)