Side research · 2026

A layout linter for translated UI

Translators change 'Save' to 'Speichern'. CI runs in English. The overflow ships. Prelight verifies every string at every font scale at every slot width — in single-digit milliseconds, without launching a browser.

The bug this catches
test('Save button fits at every language', () => {
  expect({ text: t('save'), font: '16px Inter', maxWidth: 120 })
    .toLayout({
      maxLines: 1,
      atScales: [1, 1.25, 1.5],
      atLanguages: ['en', 'de', 'ar', 'ja'],
    })
})
tests passing
440
core bundle (gz)
8.99 KB
Chromium agreement
98.81%
corpus cases
928
Verified against
  • Chromium98.81%
  • WebKit99.03%
  • Firefox98.60%

Built on Pretext by Cheng Louv0.3.0 · Tagged 2026-04-18 · npm publish gated on v0.4