Asqatasun / Contrast-Finder

Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
GNU Affero General Public License v3.0
55 stars 18 forks source link

i18n - Missing Korean translation strings: page.about.* #245

Closed dzc34 closed 4 years ago

dzc34 commented 4 years ago

Missing Korean translation strings on this following URL: https://app.contrast-finder.org/about.html?lang=ko

i18n file: /webapp/src/main/resources/i18n/contrast-finder_utf8_ko.properties

between line 28 and line 30

#form.currentRatio=Current ratio:
#form.currentRatio.alt.valid=The contrast of your colours is sufficient.
#form.currentRatio.alt.fail=The contrast of your colours is insufficient.

and between line 78 and line 102

# page.result-error.titleTag=Error
(...)
# page.about.links=You will find more information in english on the project website (...)
# page.about.fileList.title=Additional files
# page.about.build.title=Build info
# page.about.build.version=version:
# page.about.build.gitBranch=git branch:
# page.about.build.gitCommit=git commit:
# page.about.build.build=Build:
# page.about.build.date=date:
# page.about.build.id=ID:
# page.about.build.platform=Platform:
# page.about.availableLanguages=Available languages
dzc34 commented 4 years ago

ping @miname, if you have some time ?