dodyrw
dodyrw
FFilament
Created by dodyrw on 11/8/2023 in #❓┊help
Plural translation in Resource page
I'm able to translate the resource page with the following code
public static function getLabel(): ?string
{
return __('Categories');
}
public static function getLabel(): ?string
{
return __('Categories');
}
I'm translating to arabic, but the result is الصناديقS Notice there is S in the end. How to solve it. I tried many ways adding the following language codes, but still got the problem.
"Category": "Category",
"Categories": "Categories",
"Category|Categories": "Category|Categories",
"Category": "Category",
"Categories": "Categories",
"Category|Categories": "Category|Categories",
3 replies
FFilament
Created by dodyrw on 11/7/2023 in #❓┊help
How to translate the custom page tile
I have a custom page with title protected static ?string $title = 'Broadcast'; How to localize it because the following code is error protected static ?string $title = __('Broadcast'); Thank you
5 replies
FFilament
Created by dodyrw on 9/23/2023 in #❓┊help
Sort doesn't work as expected
No description
2 replies