From dac683eef209298bf20c1857dc431289584f936b Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:17:15 +0200 Subject: [PATCH] Rename 1.x Compatibility Add-on Library to Data & Events Relating to https://github.com/processing/p5.js-compatibility/issues/26, this rename reflects more accurately the scope of that add on; which reinstates some deprecated data structures, as well as how data from events is provided --- translations/locales/en-US/translations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json index 9f4e351147..11724c3f59 100644 --- a/translations/locales/en-US/translations.json +++ b/translations/locales/en-US/translations.json @@ -225,7 +225,7 @@ "SoundAddon": "p5.sound.js Add-on Library", "PreloadAddon": "p5.js 1.x Compatibility Add-on Library — Preload", "ShapesAddon": "p5.js 1.x Compatibility Add-on Library — Shapes", - "DataAddon": "p5.js 1.x Compatibility Add-on Library — Data Structures", + "DataAddon": "p5.js 1.x Compatibility Add-on Library — Data & Events", "AddonOnARIA": "on", "AddonOffARIA": "off", "SoundReference": "View the reference for p5.sound compatible with p5.js $VERSION",