Skip to content

Localizable.tableName needs a public default implementation #31

Closed
@mpospese

Description

@mpospese

Intro

In Issue #7 we expanded the Localizable protocol with optional tableName. This was intended to have a default implementation (returns nil) but we forgot to mark it as public, so effectively it has no default implementation.

Task

mark Localizable.tableName default implementation (in the extension) as public.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions