Skip to content

Conversation

@pbennett1-godaddy
Copy link
Contributor

This pull request refactors localization files for German (deDe), Irish English (enIe), and US English (enUs) to improve readability and maintainability. The main change is reformatting long string values across these files so that multi-line strings are consistently wrapped, making them easier to edit and track in version control. Additionally, the lint:fix script in package.json is updated to restrict fixes to the src directory.

Localization file formatting improvements:

  • Reformatted long string values in packages/localizations/src/deDe.ts, packages/localizations/src/enIe.ts, and packages/localizations/src/enUs.ts to use multi-line wrapping for better readability and easier maintenance. This affects various sections such as checkout messages, pickup descriptions, shipping errors, and API error messages. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]

Build and linting script update:

  • Updated the lint:fix script in packages/localizations/package.json to only apply fixes to the src directory, reducing the risk of unintended changes outside of source files.

These changes do not affect localization content but make future updates and collaboration easier.

@pbennett1-godaddy pbennett1-godaddy self-assigned this Oct 30, 2025
@pbennett1-godaddy pbennett1-godaddy requested a review from a team as a code owner October 30, 2025 16:46
@wcole1-godaddy wcole1-godaddy merged commit 445d787 into main Oct 30, 2025
3 checks passed
@wcole1-godaddy wcole1-godaddy deleted the biome-formatting branch October 30, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants