xamarin-macios/tools/mtouch
VS MobileTools Engineering Service 2 a054c52d54
Localized file check-in by OneLocBuild Task: Build definition ID 17751: Build ID 7800490 (#18306)
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/icxLocBug 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.
2023-05-23 08:26:52 +02:00
..
TranslatedAssemblies Localized file check-in by OneLocBuild Task: Build definition ID 17751: Build ID 7800490 (#18306) 2023-05-23 08:26:52 +02:00
.gitignore [devops] Stop building test dependencies on each test run. (#18096) 2023-05-15 18:41:49 +02:00
Application.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Assembly.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
AssemblyResolver.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
BitcodeConverter.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
BuildTasks.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Constants.cs.in [mtouch] Generate own constants file. (#16321) 2022-10-14 09:24:04 +02:00
Errors.designer.cs [tools] Add a managed static registrar. Fixes #17324. 2023-05-11 13:10:30 +02:00
Errors.resx [tools] Add a managed static registrar. Fixes #17324. 2023-05-11 13:10:30 +02:00
Makefile [devops] Stop building test dependencies on each test run. (#18096) 2023-05-15 18:41:49 +02:00
README.md [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
Stripper.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Target.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Tuning.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
monotouch-fixes.c [Runtime] Enable the -Wsign-conversion warnings flag and fix some of the warnings. (#7405) 2019-11-12 15:10:16 -05:00
mtouch Use relative paths in scripts. (#7545) 2019-12-10 12:47:30 +01:00
mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
mtouch.csproj Enable nullability in various places (#18082) 2023-05-04 07:39:56 +02:00
packages.config [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
simlauncher.mm [mtouch] Fix typo in simlauncher.mm. (#8455) 2020-04-27 08:34:24 +02:00

README.md

Mtouch Localization

Messages for new mtouch error codes live in Errors.resx.

  • You can now make changes to Errors.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 Errors.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/tools/mtouch directory.

See Localization Wiki for more details on our localization process

or the OneLocBuild Wiki for information on OneLocBuild.