You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Introduced the SmartlingLocalizationProvider abstract class to interface with Smartling backend for authentication, uploading and downloading of .po files. - Subclasses of SmartlingLocalizationProvider can now be used as part of the Localize UAT command for automation. #jira: none #rb: Vincent.Gauthier, Jamie.Dale #preflight: 632240dd506f1a33e0e3b52f [CL 22030197 by leon huang in ue5-main branch]
13 lines
479 B
C#
13 lines
479 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// associated with an assembly.
|
|
[assembly: AssemblyTitle("SmartlingLocalization.Automation")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|