Skip to content

Translate field name  #124

@sezohessen

Description

@sezohessen

How to translate field name

NovaBelongsToDepend::make('Country')
            ->options(\App\Models\Country::all()),

When translate it

NovaBelongsToDepend::make(__('Country'),'Country')
            ->options(\App\Models\Country::all()),

I got Error (Not Found App "Name\Class" Nova

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions