You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following URL works: http://127.0.0.1:8087/contrast-finder/?lang=ko
But the following URL fails: http://127.0.0.1:8087/contrast-finder/result.html?lang=ko&foreground=rgb(70%2C136%2C71)&background=%23DFF0D8&ratio=4.5&isBackgroundTested=false&algo=HSV
Type Exception report
message java.lang.IllegalArgumentException: unknown format type: 선택
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: java.lang.IllegalArgumentException: unknown format type: 선택
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:585)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:470)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
##### For [form.resultNumber]##### ---> Do not translate "choice", it is an internal ID
form.resultNumber={0} {0,choice,1#result|1<results}
form.resultNumber={0} {0,choice,1#résultat|1<résultats}
form.resultNumber={0} {0,choice,1#resultado|1<resultados}
form.resultNumber={0} {0,choice,1#개의 결과|1<개의 결과}
dzc34
added a commit
to dzc34/Contrast-Finder
that referenced
this issue
Aug 2, 2017
----------------------
set version to 0.8.0
updated CHANGELOG + typo
fixed languages menu (Asqatasun#85 "Korean translation")
i18n - fixed typo (Asqatasun#85 "Korean translation")
i18n - added space before "\" at the end of the line (Asqatasun#85 "Korean translation")
Fixed accessibility issue: added some lang="en" (Asqatasun#85 "Korean translation")
Korean added to languages menu (Asqatasun#85 "Korean translation")
fixedAsqatasun#86 "Korean translation" (Asqatasun#85) - java.lang.IllegalArgumentException: unknown format type: 선택
Add Korean translation
webapp - updated "Contribute to Contrast-Finder" (en + fr)
Revert "Removed unused i18n entries"
fix FR grammatical error
fixAsqatasun#83
Removed unused i18n entries
docker/build_and_run-with-docker.sh (typo)
docker/build_and_run-with-docker.sh - added new option (--log-build)
updated docker/build_and_run-with-docker.sh (typo)
renamed docker/build_and_run-with-docker.sh
fixed .gitignore
set version to 0.7.1-dev
related PR #85 Add Korean translation
Observed behaviour
the following URL works:
http://127.0.0.1:8087/contrast-finder/?lang=ko
But the following URL fails:
http://127.0.0.1:8087/contrast-finder/result.html?lang=ko&foreground=rgb(70%2C136%2C71)&background=%23DFF0D8&ratio=4.5&isBackgroundTested=false&algo=HSV
Steps to reproduce the behaviour
Your configuration
Ubuntu / Maven / Docker
openjdk version "1.8.0_131"
The text was updated successfully, but these errors were encountered: