Prevent AutoGeneratingTranslationMap on Android

This commit is contained in:
John Lewin 2016-01-11 13:43:22 -08:00
parent 9dbb24b251
commit 43933e0d35

View file

@ -44,7 +44,7 @@ namespace MatterHackers.Localizations
{
if (MatterControlTranslationMap == null)
{
#if DEBUG
#if DEBUG && !__ANDROID__
// In debug builds we load a translation map capable of generating/updating master.txt
MatterControlTranslationMap = new AutoGeneratingTranslationMap("Translations", UserSettings.Instance.Language);
#else