Commit graph

2 commits

Author SHA1 Message Date
0777f287e3
feat: update URL param for duck mode activation
Changed URL query parameter from 'duckmode' to 'lang=quack' to improve clarity and maintain consistency with other language parameter conventions. This update helps ensure better readability and uniformity across the application.
2024-09-25 07:51:34 +02:00
b1c616ea50
feat: add duckmode translation feature
Introduced a new "duckmode" feature which replaces text content on the webpage with "quack" variations, while preserving capitalization and punctuation. The feature activates when the "duckmode" parameter is present in the URL. Included the necessary script and enqueued it in the theme's functions.php.
2024-09-24 15:11:22 +02:00