Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/collections/docs/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ J'adore le bacon
There are 3 things to notice:

1. The URL for the French site would use the localized slug
2. We'll assume the `image` field didn't have `localized: true` in the fieldset. That means it wouldn't have appeared in the publish form for the French locale. Also, since it's not defined in the French file, it falls back to the default locale's value.
2. We'll assume the `image` field didn't have `localizable: true` in the fieldset. That means it wouldn't have appeared in the publish form for the French locale. Also, since it's not defined in the French file, it falls back to the default locale's value.
3. Assuming `{{ color }}` simply was left blank, or it had the same value as the default locale, it will fall back to the default locale's value.

## Subdomains {#subdomains}
Expand Down