Skip to content

Commit 89b90b1

Browse files
Update Locale.swift
1 parent 799e897 commit 89b90b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tool/Sources/Preferences/Types/Locale.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Foundation
33
public extension Locale {
44
static var availableLocalizedLocales: [String] {
55
let localizedLocales = Locale.isoLanguageCodes.compactMap {
6+
Locale(identifier: "vi-VN").localizedString(forLanguageCode: $0)
67
}
78
.sorted()
89
return localizedLocales

0 commit comments

Comments
 (0)