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
Feel free to define `spree.country_names` in your own locale files if you need custom localization of country names. The value expected is a hash. For example, to have countries in Spanish do:
91
+
92
+
```yml
93
+
es:
94
+
spree:
95
+
country_names:
96
+
# ISO: Country name
97
+
US: Estados Unidos de América
98
+
UK: Reino Unido
99
+
CA: Canadá
100
+
# ...
101
+
```
102
+
103
+
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