Skip to content

Releases: JoacimWall/Visual-studio-multilingual-extension

Multilingual Extension v2.0.18 for VS 2022 Mac

27 Oct 11:20
Compare
Choose a tag to compare

Added support for create a enum file for all transactions to be used in Blazor.

To use this add this to your MultiLingualExtensionSettings.json file
"TranslationEnumNamespace":"Yourpreferdnamspece.Resources.Translations;"

When you "Select sync all language files" there will be a new class in the same folder as you masterful.

Multilingual Extension v2.0.16 for VS 2022 Mac

22 Oct 06:50
Compare
Choose a tag to compare

Added support to use the resx files as masters for native translations for Android and Ios.
you can add this to your MultiLingualExtensionSettings.json
"AndroidResourcesOutPutFolder": "Android",
"IosResourcesOutPutFolder": "Ios"
if you add a full path you can get them direct into you iOS/android project.

Multilingual Extension v2.0.14 for VS 2022 Mac

24 May 08:15
Compare
Choose a tag to compare

Fix for export to excel not working in latest vs for Mac 2022

Multilingual Extension v2.0.10 for VS 2022 Mac

11 Feb 10:58
Compare
Choose a tag to compare

Fix for "List unused translations" did't pick upp all xaml files.

Multilingual Extension v2.0.10 for VS 2022 Mac

11 Feb 09:26
05ecf48
Compare
Choose a tag to compare

Added support for show unused translations and remove them.
You reach this by right-clicking on your master file and selecting 'List unused translations'

Multilingual Extension v2.0.10 for VS 2022 Mac

20 Oct 09:20
05ecf48
Compare
Choose a tag to compare

Added log window for status for all progress regarding all work related to the extension.
this is under menu View/Other Windows/ Multilingual Extension Log

Multilingual Extension v2.0.9 for VS 2022 Mac

18 Oct 18:28
Compare
Choose a tag to compare

Fix for google translate where multilane text only pic first line.

Multilingual Extension v2.0.6 for VS 2022 Mac

09 Oct 14:15
Compare
Choose a tag to compare

Fix for bug in 2.0.5 and translation

Multilingual Extension v2.0.5 for VS 2022 Mac

09 Oct 09:50
Compare
Choose a tag to compare

Added json config to project root. So the user can configure hav the extension should work. Also fixed Google cut translation when a "." is precent.

Multilingual Extension v2.0.4 for VS 2022 Mac

08 Oct 17:01
Compare
Choose a tag to compare

Fix for export the masterfile to excel.