Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DOCX file format #290

Open
vrcprl opened this issue Nov 4, 2024 · 2 comments
Open

Add support for DOCX file format #290

vrcprl opened this issue Nov 4, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@vrcprl
Copy link
Contributor

vrcprl commented Nov 4, 2024

What

Implement a loader for DOCX files in Replexica.

Why

To support content writers, translators, and marketing teams working with documentation and marketing materials.

How

  1. Create a new loader in packages/cli/src/loaders/docx.ts
  2. Implement parsing logic for DOCX structure
  3. Add two unit tests in packages/cli/src/loaders/index.spec.ts:
    • Test parsing a simple DOCX file
    • Test handling comments in DOCX entries
  4. Update @replexica/spec to include DOCX format
  5. Generate a changeset using pnpm new for both 'replexica' and '@replexica/cli' packages
  6. In the pull request, include a link to the DOCX specification used.

After completing the task

Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket (if it doesn't yet exist!), using the format/structure of this GitHub issue.

@vrcprl vrcprl added the enhancement New feature or request label Nov 4, 2024
@mohammadshahidbeigh
Copy link
Contributor

Hi @vrcprl, I'm interested in working on this issue. Would you be willing to assign it to me? Thanks!

@maxprilutskiy
Copy link
Contributor

@mohammadshahidbeigh assigned! Let's do it! 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants