mtvbrianking/laravel-ussd

Localization

Closed this issue · 2 comments

<response text="Welcome"/>

<response text="__(Welcome)"/>

<response text="__(Welcome, :name)"/>

<response text="__(Welcome, ${name})"/>

<response text="__(Welcome, {name})"/>

<response text="__(Welcome, {{name}})"/>
<response text="((msg))"/>
$msg = "trans(Welcome, ${name})";

Implemented, not tagged yet