Skip to content

Commit

Permalink
Make Localizable.tableName default implementation public
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pospesel authored and mpospese committed Nov 22, 2022
1 parent 20f3b84 commit e05d96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/YCoreUI/Protocols/Localizable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ extension Localizable {

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

0 comments on commit e05d96b

Please sign in to comment.