zedseven/Romanization.NET

View on GitHub
Romanization/Languages/Chinese/Chinese.cs

Summary

Maintainability
A
0 mins
Test Coverage
// ReSharper disable CheckNamespace
// ReSharper disable CommentTypo
// ReSharper disable IdentifierTypo
// ReSharper disable StringLiteralTypo
// ReSharper disable InconsistentNaming

namespace Romanization
{
    /// <summary>
    /// The class for romanizing Chinese text.
    /// </summary>
    public static partial class Chinese { }
}