Skip to content

Commit

Permalink
Merge pull request #755 from skadefro/master
Browse files Browse the repository at this point in the history
Fix naming of files for Traditional Chinese
  • Loading branch information
skadefro authored Mar 16, 2023
2 parents 475437d + d207509 commit 33bc7ce
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 1 deletion.
File renamed without changes.
4 changes: 4 additions & 0 deletions OpenRPA.Interfaces/Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ public class OtherExtensions : MarshalByRefObject
var rs = rm.GetResourceSet(culture, true, false);
if (rs != null)
result.Add(culture);
if (culture.TwoLetterISOLanguageName == "zh")
{
Console.WriteLine(culture.Name);
}
}
catch (System.Globalization.CultureNotFoundException)
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion OpenRPA/OpenRPA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Description>Base UI of OpenRPA, used as part of OpenRPA robot</Description>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/open-rpa/openrpa</PackageProjectUrl>
<Version>1.4.52</Version>
<Version>1.4.53</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIcon>openrpa.png</PackageIcon>
<Configurations>Debug;Release;ReleaseNuget;PrepInstaller</Configurations>
Expand Down
File renamed without changes.

0 comments on commit 33bc7ce

Please sign in to comment.