Hacker News new | ask | show | jobs
by TomaszZielinski 280 days ago
Also things like:

    _('There are:') _('%d items', count=len(items))
—-which look correct until you want to translate them into a language with a different order of words in a sentence.