Migrating from Multilingual App Toolkit - what features / workflows are you missing? #444
Replies: 6 comments 4 replies
-
Disclaimer: I've not yet done a PoC with ResXResourceManager (RXRM), but will explain what I like about MAT:
This makes a good separation between the translators (end-users, translation companies, etc) vs programmers (that deal with resx). What holds me back from migrating is the huge dependency we have on MAT (our translators are used to it, "t works" (but not in VS 2022) and we have many repositories to manage). If we will migrate, we will need to write some sort of migrator for ourselves (which we will of course open source as well). We build many open source packages, so maybe we can contribute on the editor and build a similar editor as MAT which is open source and released regularly. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I see, with a real live example it becomes much clearer. |
Beta Was this translation helpful? Give feedback.
-
@GeertvanHorrik basic functionality for RESX/XLIFF synchronization is available:
There are some open questions on how to handle e.g. comments/notes, but basically it works. VSIX is available form VSIXGallery: https://www.vsixgallery.com/extension/43b35fe0-1f30-48de-887a-68256474202a |
Beta Was this translation helpful? Give feedback.
-
comment should be fixed now. |
Beta Was this translation helpful? Give feedback.
-
@GeertvanHorrik latest version from VSIXGallery now also runs a sync before build, even when the view has never been opened. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What features or workflows does the MAT provide that you can't adapt using RXRM?
Beta Was this translation helpful? Give feedback.
All reactions