Quick language helper with English meaning, native script, and romanized transliteration per row.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Travel27 } from "@/components/beste/piece/travel27";
<Travel27
languageLabel="Japanese · Quick phrases"
phrases={[
{
"en": "Thank you",
"local": "ありがとう",
"romanized": "arigatō"
},
{
"en": "Excuse me",
"local": "すみません",
"romanized": "sumimasen"
},
{
"en": "Where's the station?",
"local": "駅はどこですか",
"romanized": "eki wa doko desu ka"
}
]}
/>