JoacimWall / Visual-studio-multilingual-extension

Extension for Visual studio for mac to enable handling Resx files and translation
MIT License
18 stars 3 forks source link

UWP and RESW support #2

Closed Japollack closed 3 years ago

Japollack commented 3 years ago

In UWP .resx is renamed to .resw (default location: \Strings\en-US\Resources.resw) which AFAIK includes/supports/accepts only 'strings' and file paths: https://softwareengineering.stackexchange.com/questions/236741/why-did-microsoft-dropped-the-resx-model-for-resw-in-windows-store-applications

Could this extension natively support and accept RESW files?

More about localising strings in UWP https://docs.microsoft.com/en-us/windows/uwp/app-resources/localize-strings-ui-manifest

JoacimWall commented 3 years ago

Hi @Japollack Thank you for your mail. I have now added resw support to the windows version of the extension. Regards Joacim

On Thu, 28 Jan 2021 at 14:43, Japollack notifications@github.com wrote:

In UWP .resx is renamed to .resw (default location: \Strings\en-US\Resources.resw) which AFAIK includes/supports/accepts only 'strings' and file paths:

https://softwareengineering.stackexchange.com/questions/236741/why-did-microsoft-dropped-the-resx-model-for-resw-in-windows-store-applications

Could this extension natively support and accept RESW files?

More about localising strings in UWP

https://docs.microsoft.com/en-us/windows/uwp/app-resources/localize-strings-ui-manifest

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoacimWall/Visual-studio-multilingual-extension/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGZLPDBQFS5I3DIOZ3FMU3S4FSW7ANCNFSM4WXCQZ4Q .

JoacimWall commented 3 years ago

Request Implemented

JoacimWall commented 3 years ago

Now also the mac version suport resw files.

Japollack commented 3 years ago

Request Implemented

Thank you for implementing it. That was quick! I will check it out.