v0.0.5
Patch Changes
-
9d594d0: ✨ Added aliases for
useLocale
anduseLocales
composables.Now you can call
createTranslation
oruseTranslation
instead ofuseLocale
as well as calluseTranslations
instead ofuseLocales
. This might be useful for you to write more comprehensive and self-documenting code. -
1979955: ✨ Added YAML support.
Now you can load not only
.json
translation files, but also.yaml
and.yml
. -
ab65f5e: 📦 Rearranged dependencies