https://twill.io logo
i18n for Twill navigation
# ❓questions
d
Hi. Can I translate the module name in the top menu? I tried trans() function in twill-navigation.php but it not worked. Twill v3
i
Hi @david HUN in Twill 3 you should use the OOP navigation builder which will let you use trans()
d
Thank you, it works! 🙂 Btw some documentation missing from here: https://github.com/area17/twill/blob/0118fe0e641cbd407664b46a15e9ff35e2418137/docs/content/1_documentation/2_getting-started/4_navigation.md In my case, I used this format:
Copy code
TwillNavigation::addLink(
            NavigationLink::make()->forModule('pages')->title(trans('modules.pages'))
        );