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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A open source graphical translation management utility

2 点作者 magicmouse将近 5 年前

1 comment

magicmouse将近 5 年前
This is an example of how you can use the Beads language to quickly make useful web apps, desktop and mobile applications. This particualr product was intended to be a desktop app. It needs to be a desktop app because it does a lot of file manipulation on your local drive, reading in and merging string files, etc.<p>You first click on the folder icon to locate the source code file that needs to be scanned for localizable strings. After it finds all the localizable strings, that becomes the &quot;base language&quot; for the product, and you can add more localizations. You can have as many languages as you want.<p>Each little colored chip in the display corresponds to a message. In the example below, we have just started the Spanish translation, and the first 3 translations we did were marked as &quot;tentative&quot; because we are aren&#x27;t sure the translation is good. The green chips mean the translation is finalized. The white cells show missing translations, that need to be done.<p>The utility stores the external translation phrase dictionaries in Excel-friendly tab delimited format (sometimes call CSV format, although we aren&#x27;t using comma-delimited for obvious reasons). We have buttons so you can do rough translations via Google Translate, which works remarkeably well for many computer oriented phrases. There is no substutute for a native speaker, but I have found google to be correct more than 80% of the time, so it definitely helps.<p>This is the handy graphical interactive localization utility for Beads, but could easily be adapted to some other source language, as it only needs to be able to parse enough of your source code to extract the strings that need translation.<p>It allows you to visit Google translate to get your translation started, and lets you keep track of your translation progress, add new languages, etc.<p>It is smart enough to detect when the original phrase has changed so that you might need to re-translate strings, if the meaning of the base language changed.