This commit is contained in:
calalloo 2023-10-15 04:09:34 +03:00 committed by GitHub
parent 50d8ad1af0
commit 4bf0c719fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,7 +526,7 @@ See [lang.FormatPercent] for details.
## Menus ## Menus
Localization of menu entries depends on the how you define them: Localization of menu entries depends on how you define them:
- When you define menu entries [automatically] using the section pages menu, you must use translation tables to localize each entry. - When you define menu entries [automatically] using the section pages menu, you must use translation tables to localize each entry.
- When you define menu entries [in front matter], they are already localized based on the front matter itself. If the front matter values are insufficient, use translation tables to localize each entry. - When you define menu entries [in front matter], they are already localized based on the front matter itself. If the front matter values are insufficient, use translation tables to localize each entry.