The menu is composed from [components/menu/tabs.json](https://github.com/mdn/fred/blob/main/components/menu/tabs.json), which includes the English descriptions. The JSON file is maintained via the [update-tabs](https://github.com/mdn/fred/blob/main/components/menu/update-tabs.js) and [update-missing-docs](https://github.com/mdn/fred/blob/main/components/menu/update-missing-docs.js) scripts, so we inlining them in the component is not really an option.
The menu is composed from components/menu/tabs.json, which includes the English descriptions.
The JSON file is maintained via the update-tabs and update-missing-docs scripts, so we inlining them in the component is not really an option.