Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rapido's avatar
Level 2

Big project localization with Inertia and Vue

Hi !

How would you manage localization in your app without loading a gigantic JSON file that contains all the translations?

I'm building an app with Inertia and Vue. Localization is managed without dependencies for now.

Thanks !

0 likes
2 replies
martinbean's avatar

@rapido There isn’t any other way unfortunately. If you want to translate a client-side app, then you need to provide translation strings to that app some how.

Please or to participate in this conversation.