Minecraft-Console-Client/docs/translations/pt.json
copilot-swe-agent[bot] a7dd9fff09
fix: remove getExtraFields from searchPlugin to fix search freeze regression
The getExtraFields callback added in 6456149 dumped entire page content
as a single extraFields string. plugin-search joins title+extraFields
with .join(' ') and runs a RegExp against the result for every page on
every keystroke — multi-kilobyte strings per page caused 2–3 s blocking
tasks, freezing the page.

Fix: remove getExtraFields (and the now-unused normalizeSearchText /
htmlEntityMap helpers), restoring the pre-regression search coverage
(page titles + section headings).
2026-06-03 09:32:19 +00:00

28 lines
811 B
JSON

{
"title": "Minecraft Console Client",
"description": "MCC Documentation",
"helpUsTranslate": "Help Translate",
"theme": {
"selectLanguageText": "Language",
"selectLanguageAriaLabel": "Select Language",
"editLinkText": "Edit this page",
"lastUpdatedText": "Last Updated",
"contributorsText": "Contributors",
"tip": "TIP",
"warning": "WARNING",
"danger": "DANGER",
"notFound": ["Page not found"],
"backToHome": "Back to Home",
"openInNewWindow": "Open in new window",
"toggleColorMode": "Toggle color mode",
"toggleSidebar": "Toggle sidebar"
},
"navbar": {
"AboutAndFeatures": "About & Features",
"Installation": "Installation",
"Usage": "Usage",
"Configuration": "Configuration",
"ChatBots": "Chat Bots"
},
"sidebar": {}
}