Skip to content

Commit e05d96b

Browse files
Mark Pospeselmpospese
Mark Pospesel
authored andcommitted
Make Localizable.tableName default implementation public
1 parent 20f3b84 commit e05d96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/YCoreUI/Protocols/Localizable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ extension Localizable {
3232

3333
/// The name of the `.strings` file containing the localized strings for this enum.
3434
/// Returns `nil` to use the default `Localizable.strings` file
35-
static var tableName: String? { nil }
35+
public static var tableName: String? { nil }
3636
}

0 commit comments

Comments
 (0)