Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate price country names #4508

Merged

Commits on Aug 16, 2022

  1. Add missing country names for en locale

    We only had a few, but we display translated country names in many
    places and we want to avoid missing translation warnings for our
    default locale (en).
    tvdeyen committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    111e585 View commit details
    Browse the repository at this point in the history
  2. Translate country name in Spree::Price#display_country

    It was not translated
    tvdeyen committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6d60b77 View commit details
    Browse the repository at this point in the history
  3. Use translated country select in Store edit form

    They are displayed in english only currently.
    tvdeyen committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b88096b View commit details
    Browse the repository at this point in the history