Skip to content

Commit

Permalink
Add meaningful resource strings for System.Web.Services (mono#11624)
Browse files Browse the repository at this point in the history
* Add meaningful resource strings for System.Web.Services

Generated from mcs/class/referencesource/System.Web.Services/System.Web.Services.txt
using resx2sr

Also adds support for txt files and custom class names to resx2sr

Fixes mono#11623

* [csproj] Update project files

* [resx2sr] fix formatting

* [resx2sr] fix formatting

* [resx2sr] fix formatting

* [resx2sr] fix formatting

* [resx2sr] fix formatting
  • Loading branch information
mhutch authored and EgorBo committed Nov 14, 2018
1 parent 1de1cc4 commit a2c9ed4
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 317 deletions.
19 changes: 19 additions & 0 deletions mcs/class/System.Web.Services/ReferenceSources/Res.Helpers.cs
@@ -0,0 +1,19 @@
//
// This file was generated by resx2sr tool
//

namespace System.Web.Services
{
static partial class Res
{
public static string GetString (string name)
{
return name;
}

public static string GetString (string name, params object[] args)
{
return name;
}
}
}

0 comments on commit a2c9ed4

Please sign in to comment.