xamarin-macios/msbuild/Xamarin.Localization.MSBuild
VS MobileTools Engineering Service 2 a201c4b3af
Localized file check-in by OneLocBuild Task: Build definition ID 17751: Build ID 7046351 (#16955)
This is the pull request automatically created by the OneLocBuild task
in the build process to check-in localized files generated based upon
translation source files (.lcl files) handed-back from the downstream
localization pipeline. If there are issues in translations, visit
https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is
https://aka.ms/onelocbuild and the localization process in general is
documented at https://aka.ms/AllAboutLoc.
2022-12-05 09:10:55 -06:00
..
TranslatedAssemblies Localized file check-in by OneLocBuild Task: Build definition ID 17751: Build ID 7046351 (#16955) 2022-12-05 09:10:55 -06:00
.gitignore [net7.0-xcode14.1] [7.0.1xx-xcode14] [msbuild] Remove generated file from source control. (#16477) 2022-10-26 21:39:56 +02:00
MSBStrings.resx [msbuild] Fix processing static libraries in binding sidecars. (#16227) 2022-10-05 08:40:20 +02:00
README.md Updating Localization READMEs (#11738) 2021-06-01 09:51:38 -05:00
Xamarin.Localization.MSBuild.csproj [msbuild] Use 'netstandard2.0' as the target framework in every project. (#15796) 2022-09-09 13:22:16 +02:00

README.md

MSBuild Localization

Messages for new MSBuild error codes live in MSBStrings.resx.

  • You can now make changes to MSBStrings.resx in the Visual Studio for Mac IDE or from any text editor.

  • If you make changes in the IDE, you should see changes automatically copy into MSBStrings.Designer.cs. Be sure to rebuild the project after making your changes.

  • If you make changes from a text editor, be sure to run make inside the xamarin-macios/msbuild/Xamarin.Localization.MSBuild directory.

See Localization Wiki for more details on our localization process

or the OneLocBuild Wiki for information on OneLocBuild.