xamarin-macios/msbuild/Xamarin.Localization.MSBuild
Rolf Bjarne Kvinge 5ecb7ae337 [msbuild] List all files causing errors. 2021-06-23 18:38:46 +02:00
..
TranslatedAssemblies initial changes to Change languageSet and Dependencies (#11512) 2021-05-13 08:35:08 -05:00
MSBStrings.Designer.cs [msbuild] List all files causing errors. 2021-06-23 18:38:46 +02:00
MSBStrings.resx [msbuild] List all files causing errors. 2021-06-23 18:38:46 +02:00
README.md Updating Localization READMEs (#11738) 2021-06-01 09:51:38 -05:00
Xamarin.Localization.MSBuild.csproj [Localization] Test to make sure the new resx files are compiled to Resources (Edited) (#11737) 2021-06-02 11:11:15 -05: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.