opral / inlang-paraglide-js

Tree-shakable i18n library build on the inlang ecosystem.
https://inlang.com/m/gerre34r/library-inlang-paraglideJs
52 stars 1 forks source link

introduce `compileVariant` #214

Closed samuelstroschein closed 1 month ago

samuelstroschein commented 2 months ago

Context

The compiler treats a variant as message, making the compiler harder to understand and testing more difficult.

Proposal

Split compileMessage into compileMessage and compileVariant

compile
compileBundle
compileMessage
compileVariant
compilePattern
samuelstroschein commented 1 month ago

not needed / nice to have