ihsn / nada

National Data Archive (NADA) is an open source data cataloging system that serves as a portal for researchers to browse, search, compare, apply for access, and download relevant census or survey information. It was originally developed to support the establishment of national survey data archives.
http://nada.ihsn.org
MIT License
38 stars 10 forks source link

Missing translation in Datadeposit controller #105

Open Greg735 opened 5 months ago

Greg735 commented 5 months ago

In the Datadeposit controller on line 2027 (function email_summary()) there is a translation variable who isn't translated anywhere :

$data['message']=sprintf(t('email_user_shared_project'),$user_name,$project_title);

Can you provide a patch or at least an example of the text content ?

Thanks!