sakaicontrib / attendance

A simple Sakai tool for tracking attendance that integrates with the Gradebook.
Educational Community License v2.0
12 stars 20 forks source link

PDF export not internationalized #103

Open danielmerino opened 2 years ago

danielmerino commented 2 years ago

The PDF exported in the Sign-In or Attendance sheets is not internationalized.

The texts are hardcoded in PDFEventExporterImpl.java. Other Attendance classes are using Wicket's ResourceModel class to translate the strings, but I have tried to use it with no success.