[dyad] Adding multi-language support - wrote 17 file(s), renamed 5 file(s), deleted 1 file(s), added next-international package(s)

This commit is contained in:
[dyad]
2026-01-18 14:17:35 +01:00
parent eb7e8cb60d
commit 31bbdbdace
19 changed files with 666 additions and 193 deletions

View File

@@ -1,27 +0,0 @@
export const changelogData = [
{
version: "1.2.0",
date: "July 26, 2024",
changes: [
{ type: "New", text: "Added a changelog page to track updates and new features." },
{ type: "Improved", text: "Implemented 'auto' dimensioning for batch processing. When one dimension (width or height) is set, the other is calculated automatically for each image to maintain its aspect ratio." },
{ type: "Fixed", text: "Enabled the 'Reset' and 'Apply' buttons to be used even when no images are uploaded." },
],
},
{
version: "1.1.0",
date: "July 25, 2024",
changes: [
{ type: "Improved", text: "Aspect ratio is now automatically detected from the first uploaded image and can be locked." },
{ type: "Fixed", text: "Corrected an issue where swapping dimensions would not update the aspect ratio to 'Custom'."}
],
},
{
version: "1.0.0",
date: "July 24, 2024",
changes: [
{ type: "New", text: "Initial release of the Image Web Exporter." },
{ type: "New", text: "Features include image uploading, format conversion (PNG, JPEG, WEBP), resizing, quality adjustment, and filename customization." },
],
},
];