Prevent AutoGeneratingTranslationMap on Android
This commit is contained in:
parent
9dbb24b251
commit
43933e0d35
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue