Working on new arrange toolAdding Remove and Bake to IObject3D
Made Localize() exist in agg
This commit is contained in:
parent
d870a0222f
commit
8f6f0f7162
32 changed files with 599 additions and 432 deletions
|
|
@ -44,6 +44,7 @@ namespace MatterHackers.Localizations
|
|||
if (MatterControlTranslationMap == null)
|
||||
{
|
||||
MatterControlTranslationMap = new TranslationMap("Translations", UserSettings.Instance.Language);
|
||||
TranslationMap.ActiveTranslationMap = MatterControlTranslationMap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -52,10 +53,5 @@ namespace MatterHackers.Localizations
|
|||
{
|
||||
MatterControlTranslationMap = new TranslationMap("Translations", UserSettings.Instance.Language);
|
||||
}
|
||||
|
||||
public static string Localize(this string englishString)
|
||||
{
|
||||
return MatterControlTranslationMap.Translate(englishString);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue