dodyrw
dodyrw
FFilament
Created by Alnuaimi on 11/8/2023 in #❓┊help
Translate Lang (arc)
public static function getNavigationGroup(): ?string
{
return __('Users');
}
public static function getNavigationGroup(): ?string
{
return __('Users');
}
However, I am still struggling with plural translation. I also translate into Arabic. It adds 'S' at the end of string.
14 replies
FFilament
Created by dodyrw on 11/7/2023 in #❓┊help
How to translate the custom page tile
Thank you.
5 replies
FFilament
Created by dodyrw on 11/8/2023 in #❓┊help
Plural translation in Resource page
I mean like this
"Category": "التصنيف",
"Categories": "التصنيفات",
"Category|Categories": "التصنيف|التصنيفات",
"Category": "التصنيف",
"Categories": "التصنيفات",
"Category|Categories": "التصنيف|التصنيفات",
I also tried to make it singular
public static function getLabel(): ?string
{
return __('Category');
}
public static function getLabel(): ?string
{
return __('Category');
}
Nothing work so far. Thank you
3 replies