<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Building for New Dads]]></title><description><![CDATA[Building for New Dads]]></description><link>https://building-for-new-dads.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Building for New Dads</title><link>https://building-for-new-dads.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Tue, 01 Sep 2026 00:56:27 GMT</lastBuildDate><atom:link href="https://building-for-new-dads.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Designing a Baby-Care App for Seven Languages Without Making Exhausted Parents Read More]]></title><description><![CDATA[I am a new father, and I built Best Dad after discovering that newborn guidance was abundant but rarely packaged for the moment I actually needed it: tired, holding a baby, and able to use one hand.
W]]></description><link>https://building-for-new-dads.hashnode.dev/designing-a-baby-care-app-for-seven-languages-without-making-exhausted-parents-read-more</link><guid isPermaLink="true">https://building-for-new-dads.hashnode.dev/designing-a-baby-care-app-for-seven-languages-without-making-exhausted-parents-read-more</guid><category><![CDATA[iOS]]></category><category><![CDATA[localization]]></category><category><![CDATA[UX]]></category><category><![CDATA[Mobile Development]]></category><dc:creator><![CDATA[Conrad Kac]]></dc:creator><pubDate>Fri, 28 Aug 2026 07:38:04 GMT</pubDate><content:encoded><![CDATA[<p>I am a new father, and I built <strong>Best Dad</strong> after discovering that newborn guidance was abundant but rarely packaged for the moment I actually needed it: tired, holding a baby, and able to use one hand.</p>
<p>When I started localizing the app into English, Spanish, German, French, Italian, Swedish, and Polish, I expected translation work. I did not expect localization to expose so many product decisions.</p>
<p>Here are the lessons that mattered most.</p>
<h2>A short sentence is not automatically clear</h2>
<p>The first temptation was to translate every English string and then trim anything that wrapped onto a second line.</p>
<p>That is layout work, not localization.</p>
<p>A sentence can be short and still be wrong for the situation. “Watch the baby” is brief but vague. “Stay close enough to see the baby's face” gives the parent an action. In a high-stress interface, verbs and observable cues matter more than raw character count.</p>
<p>Our rule became: <strong>one card, one decision, one next action</strong>.</p>
<h2>Tone is part of the interface</h2>
<p>New parents already receive plenty of warnings. If every screen sounds urgent, users stop noticing the guidance that really is urgent.</p>
<p>We separated the voice into four levels:</p>
<ul>
<li>an everyday idea should feel encouraging;</li>
<li>a safety reminder should be direct;</li>
<li>“call the doctor if” should be unmistakable;</li>
<li>an emergency instruction should not compete with anything else.</li>
</ul>
<p>This hierarchy had to survive translation. The goal was the voice of an experienced friend: gentle, calm, and specific. Not cute when safety matters, and not clinical when a dad simply needs an activity for five quiet minutes.</p>
<h2>Units reveal hidden assumptions</h2>
<p>Temperature was the obvious example: Celsius alone is not enough for the United States, and Fahrenheit alone is not enough elsewhere.</p>
<p>The deeper lesson was that products quietly assume a region everywhere:</p>
<ul>
<li>temperature and weight units;</li>
<li>date and week formatting;</li>
<li>punctuation and button width;</li>
<li>healthcare language;</li>
<li>which family roles a sentence treats as “normal.”</li>
</ul>
<p>We chose to show both temperature systems where confusion would be costly and let iOS choose the default language, with an in-app language switch and English fallback.</p>
<h2>Navigation labels need to be tested as actions</h2>
<p>A label may be a correct noun and still be a poor button.</p>
<p>For example, a parent on the dashboard is not looking for an abstract content category. He is choosing between “Quick overview” and “Full guide.” Those are actions with a clear cost in time.</p>
<p>This mattered even more in translation. We reviewed labels by asking: <strong>if you saw only this button, would you know what happens next and how long it will take?</strong></p>
<h2>The content model must support localization</h2>
<p>Hard-coded paragraphs make translation slow and inconsistent. A stage-based content model made it easier to keep the same structure across languages:</p>
<ol>
<li>what is happening now;</li>
<li>what dad can do;</li>
<li>safety;</li>
<li>call the doctor if;</li>
<li>what is coming next.</li>
</ol>
<p>That structure also improved the English version. Localization forced us to separate reusable intent from the exact wording.</p>
<h2>The best feedback is situational</h2>
<p>“Does the translation sound good?” produces polite answers.</p>
<p>Better questions are:</p>
<ul>
<li>Would you understand this while holding a crying baby?</li>
<li>Which word sounds like a medical promise?</li>
<li>Which button makes you hesitate?</li>
<li>What would a new dad in your country expect to see here?</li>
<li>Which sentence can disappear without losing safety?</li>
</ul>
<p>Those questions are now how I review copy.</p>
<p>Best Dad is free, iPhone-only, and has no paywall. I am the maker, and I am looking for honest feedback from parents and product people in every supported language:</p>
<p><a href="https://apps.apple.com/us/app/best-dad-baby-guide-for-man/id6792512850">https://apps.apple.com/us/app/best-dad-baby-guide-for-man/id6792512850</a></p>
<p>The app is a practical companion, not a replacement for a pediatrician, midwife, or local medical guidance. If you try it, tell me where the interface still makes an exhausted parent work too hard.</p>
]]></content:encoded></item></channel></rss>