TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Internationalization Tooling?

1 点作者 BWStearns9 个月前
I’ve been tinkering with an idea for internationalizing apps (my side project is inherently international so I’ll need to provide it in basically every language soon enough).<p>The sketch of the idea is that you provide repo access and directions to your internationalization dicts and some context to help translation. When you change the source language copy in a PR, the service runs some llm based translations and puts up a PR against your feature branch updating your target languages’ copy.<p>I haven’t run across anyone doing this yet and was curious if people were interested&#x2F;what you’re doing now for apps with hard i18n requirements.

1 comment

samuelstros9 个月前
Did that, done that. Check out <a href="https:&#x2F;&#x2F;inlang.com&#x2F;m&#x2F;tdozzpar&#x2F;app-inlang-finkLocalizationEditor" rel="nofollow">https:&#x2F;&#x2F;inlang.com&#x2F;m&#x2F;tdozzpar&#x2F;app-inlang-finkLocalizationEdi...</a><p>We are going to switch the approach from opening git repos in the browser to a new &quot;version control&quot; system that is designed for apps and file formats beyond text. Building an app on top of git is a fiasco that leads to 90% of time investments going into workarounds around git, like a text-based database to avoid merge conflicts.<p>We are making the &quot;version control system&quot; for apps and binary files available soon. Here is a landing page <a href="https:&#x2F;&#x2F;lix.opral.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lix.opral.com&#x2F;</a>