
PodRocket How Lingo.dev is reimagining i18n in React with Max Prilutskiy
12 snips
Jul 24, 2025 Max Prilutskiy, co-founder and CEO of lingo.dev, shares insights on automating multilingual support in React applications with the lingo.dev compiler. He discusses how this powerful open-source tool leverages AI and abstract syntax trees (ASTs) to streamline localization processes. The conversation includes the challenges of internationalization, offering build-time translations, and the unique ability to see instant updates in React components. Max also clarifies common misconceptions about AI in localization, emphasizing efficient user experiences.
AI Snips
Chapters
Transcript
Episode notes
JSX Wrapping Signals Translatability
- Translatable text must be inside JSX for Lingo.dev compiler to detect and translate it automatically.
- Wrapping text literals in React fragments or HTML elements signals what should be localized, simplifying detection.
AST Powers Translation Extraction
- Abstract syntax trees (ASTs) allow the compiler to treat code as complex data, enabling precise extraction and manipulation of translatable strings.
- ASTs support custom data attributes for translation control, making localization integration cleaner and more configurable.
AI Enables Instant Build-Time Translation
- AI advances make build-time translation feasible by generating context-aware translations instantly, reducing delays associated with manual translation.
- The combination of AI and build-time tooling removes major developer friction in internationalizing web applications.
