Ignore:
Timestamp:
12/28/15 15:45:11 (9 years ago)
Author:
nanardon
Message:

Add I18N support

Location:
trunk/LATMOS-Accounts/lib/LATMOS/Accounts
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases.pm

    r1545 r1546  
    384384    my ($self, $otype, $id, %data) = @_; 
    385385    "$id" or do { 
    386         $self->log(LA_ERR, "Cannot create %s object with empty id", 
     386        $self->log(LA_ERR, _("Cannot create %s object with empty id"), 
    387387            $otype); 
    388388        return; 
Note: See TracChangeset for help on using the changeset viewer.