TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Extract text and translate on every PR

1 pointsby danielandrews43about 10 hours ago
One of the most tedious parts of frontend dev for our team is making sure all text is extracted to query strings for translation. We use i18n, and it’s great, but a lot falls through the cracks.<p>Have you set something up for your org on every pull request that pulls out text?

1 comment

not_your_vaseabout 8 hours ago
The last time I worked on a localized project, we had a technical fake language present in non-release envs. It was generated with every build (it was just a simple .po file, so easy to handle), and it was the same as English, but had an &quot;x&quot; at the start and end of each text, so you knew that it was &quot;translated&quot; (or at least it was translatable, and not hardcoded). QA included checking this fake language - if they found any text without X&#x27;s around it, it was a clear sign of a i18n bug.
评论 #44024246 未加载