buttercup / ui

React UI Components used in Buttercup products
https://buttercup.pw/
MIT License
31 stars 19 forks source link

Capital letter in Spanish translation #76

Closed RafaMunoz closed 5 months ago

RafaMunoz commented 6 months ago

Hi,

In the file src/i18n/translations/es.json the value of key "cta" is with two letter capital and should be only the first "Nueva entrada".

# BAD
{
"new-entry": {
    "cta": "NUeva entrada"
  }
# GOOD
{
"new-entry": {
    "cta": "Nueva entrada"
  }
perry-mitchell commented 5 months ago

Fixed by #77