Shared // Fix wrong comments.

This commit is contained in:
ShikiSuen 2023-01-28 17:03:37 +08:00
parent adac3792b2
commit cb9f978ccb
1 changed files with 1 additions and 2 deletions

View File

@ -301,8 +301,7 @@ public func vCLog(_ strPrint: StringLiteralType) {
} }
public enum Shared { public enum Shared {
// MARK: - Bundle Identifier // Supported locales.
public static let arrSupportedLocales: [String] = ["en", "zh-Hant", "zh-Hans", "ja"] public static let arrSupportedLocales: [String] = ["en", "zh-Hant", "zh-Hans", "ja"]
// The type of input modes. // The type of input modes.