Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Missing error resource key for FileUploadSizeValidator & Co #79

Open
rjoly opened this issue Jun 19, 2017 · 0 comments
Open

Missing error resource key for FileUploadSizeValidator & Co #79

rjoly opened this issue Jun 19, 2017 · 0 comments

Comments

@rjoly
Copy link
Member

rjoly commented Jun 19, 2017

I18n misses error resource keys for :

  • FileUploadSizeValidator
  • FileUploadMediaTypeValidator (to be checked)

The keys needed should be the following (en then fr) :

FileUploadSizeValidator=The maximum file size for the file « ${clientFileName} » is exceeded (${size} > ${maximum}).
FileUploadSizeValidator=La taille maximum pour le fichier « ${clientFileName} » est dépassée (${size} > ${maximum}).

Note : issue should be fixed on owsi-core-0.9-MAINTENANCE branch and all after it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant