You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a loader for RESX (Microsoft Resource) files in Replexica.
Why
To support .NET developers working on Windows applications.
How
Create a new loader in packages/cli/src/loaders/resx.ts
Implement parsing logic for RESX XML structure
Add two unit tests in packages/cli/src/loaders/index.spec.ts:
Test parsing a simple RESX file
Test handling comments in RESX entries
Update @replexica/spec to include RESX format
Generate a changeset using pnpm new for both 'replexica' and '@replexica/cli' packages
In the pull request, Include a link to the official RESX format definition you used.
After completing the task
Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket, using the format/structure of this GitHub issue. (Make sure the ticket for that doesn't yet exist!)
The text was updated successfully, but these errors were encountered:
What
Implement a loader for RESX (Microsoft Resource) files in Replexica.
Why
To support .NET developers working on Windows applications.
How
packages/cli/src/loaders/resx.ts
packages/cli/src/loaders/index.spec.ts
:@replexica/spec
to include RESX formatpnpm new
for both 'replexica' and '@replexica/cli' packagesAfter completing the task
Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket, using the format/structure of this GitHub issue. (Make sure the ticket for that doesn't yet exist!)
The text was updated successfully, but these errors were encountered: