anavel / gettext

Manage gettext translation files from your admin panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for context

oscarotero opened this issue · comments

Allow to define context for each translation. This prevent conflicts using the same text for different purposes:

echo p__('login-form', 'Enviar');
echo p__('comment-form', 'Enviar');