aypineau

↗ HN profile [ 55.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I've been frustrated with managing markdown in my projects for a long time so I'm happy to share a new approach that I implemented. To render md content, the first challenge is the choice of a library: On one hand, you…

  2. It covers: - hreflangs - lang alternates / x-default - html lang and dir tags - sitemap lang alternates / x-default - robots.txt detection of forgotten routes (/dashboard vs /fr/dashboard) I’m planning to go deeper by…

  3. Hi vibe coders! I want to share our new free tool we use, for all SaaS builders who deal with translation files and multilingual content: -> Intlayer Autofill. The Problem: If you're building a growing SaaS, you've…

  4. We just adapted our lightweight internationalization solution for Preact. It supports per-component translations that are dynamically loaded, so only visible content is fetched – keeping bundles lean. Example bundle…