Ask HN: Good resources for DIY-ish animatronic kits for Halloween?
4 points by xrd 1d ago 0 comments
Why the Technological Singularity May Be a "Big Nothing"
7 points by starchild3001 1d ago 8 comments
Vue Internationalization: Elegant Internationalization for Vue 3 Apps
2 tsuyoshi_k 2 9/8/2025, 6:45:49 AM vue-i18n.intlify.dev ↗
It’s also used in full-scale production projects like OS Yamato, a poetic multi-language web OS supporting Japanese, Chinese, Spanish, and French.
GitHub: https://github.com/intlify/vue-i18n
import { useI18n } from 'vue-i18n' const { locale } = useI18n()
you can switch languages easily in your app.