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
You can translate country names by defining `spree.country_names` in your own locale files. For example, to have countries in Spanish do:
91
+
92
+
```yml
93
+
es:
94
+
spree:
95
+
country_names:
96
+
US: Estados Unidos de América
97
+
UK: Reino Unido
98
+
CA: Canadá
99
+
# ...
100
+
```
101
+
102
+
Some supported languages already define localized country names. Take a look at this repo's `.yml` files for your locale to confirm if we already provide translations.
0 commit comments