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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: When is the right time to think about localisation

3 点作者 hurricaneSlider将近 8 年前
I&#x27;m currently working on a prototype for a consumer facing application which hopefully will have global applicativity.<p>I&#x27;ve often heard the adage that it is never too soon to worry about localisation and timezones, but am wondering whether when trying to develop a MVP whether this holds.<p>I know there are a number of founders here, so would like ask: &quot;When did you start worrying about localisation? Would you have approached localisation differently if you were to start over again?&quot;

2 条评论

barrystaes将近 8 年前
I start localizing after the product feels finished, or only translate parts that <i>are</i> finished and not likely to change soon. So by my rules, a prototype (that is finished) could show working localisation with minimal effort. (Just using an array with strings instead of a full blown localisation&#x2F;formatting solution.)<p>If my product should take timezones into account, its data formats and business code are designed to account for that from the start.
codegeek将近 8 年前
Localization is a hard problem. Too many factors to consider. If you are building a MVP, I would advise not spending too much time on it. You can certainly leave some placeholders in the application if it fits but building a full blown localized product is 2-3 times harder (in my experience).<p>You also said &quot;which hopefully will have global applicativity.&quot;<p>So you are not quite there yet where you know for sure that it will be global. What if it doesn&#x27;t or takes you a while to first validate the market in general ?<p>My advice: Build the MVP quickly, validate the product and then think about localizing if you get enough traction.