惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
WordPress大学
WordPress大学
博客园_首页
罗磊的独立博客
D
Docker
N
Netflix TechBlog - Medium
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
I
InfoQ
L
LangChain Blog
GbyAI
GbyAI
V
V2EX
博客园 - 聂微东
P
Proofpoint News Feed
博客园 - 【当耐特】
腾讯CDC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
U
Unit 42
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I Built a Bilingual Daily Planner — Here's What I Learned...
Yulin Cheng · 2026-06-28 · via DEV Community

Yulin Cheng

Building a Bilingual Daily Planner: What I Learned

Building a productivity app in English and Traditional Chinese at the same time sounds like a localization challenge. It is. But it's also something else: a forcing function for clarity.

Let me explain.


The Language Problem Is a Thinking Problem

When you have to explain the same concept in two languages with very different grammatical structures, you discover something uncomfortable: you didn't understand the concept as well as you thought you did.

English lets you be vague. "Get things done" works as a tagline because English tolerates ambiguity. Traditional Chinese doesn't. The language demands specificity. You can't say "get things done" — you have to say what things, for whom, by when.

This sounds like a constraint. It is. But constraints are useful. The vagueness that English lets you get away with is often the same vagueness that makes productivity tools less effective than they could be.


What Bilingual Taught Me About UX

Most productivity apps are designed in English and then "localized" — which usually means translated. The menus get translated. The onboarding gets translated. The error messages get translated.

That's not localization. That's translation.

Real localization starts from a different question: what does a user in Taipei need from this product, on a Tuesday morning, when they're already behind? That answer is not the same as the answer for a user in San Francisco. The context is different. The mental models are different. The relationship to "productivity" as a concept is different.

Building First Light bilingual meant asking those questions early, rather than bolting on a Chinese translation at the end. The result is a product that works naturally in both languages — not a product that works in English with Chinese subtitles.


Three Things I'd Do Differently

1. Start bilingual from day one

Localization at the end is expensive and painful. Localization from the beginning is just design. If you're building for more than one market, make the bilingual decision on day one, not day ninety.

2. Hire for cultural clarity, not just translation

The best Chinese copy for a productivity app is not written by a translator. It's written by someone who understands the productivity culture in that market — what people expect from a morning briefing, what "clarity" means in that context, what a "task" actually is in daily life.

3. Build the English version lean

English has a tendency to bloat. We add features because we can describe them, not because they're useful. Building the Chinese version forces you to ship only what you can explain clearly in both languages — which is usually exactly the right feature set.


Why This Matters for First Light

First Light's Daily Edition ships in two languages simultaneously. Not because it's a nice-to-have — because the clarity that Chinese demands makes the English version better.

If you're building for more than one market, don't think of it as extra work. Think of it as a quality filter.


First Light is live at firstlight.to