#!/usr/bin/env bash
#MISE description="Extract i18n catalog from source code"
set -e

pnpm --filter client exec lingui extract
