@worldware/msg-cli
Preparing search index...
lib/import-helpers
ImportResult
Interface ImportResult
Result of processing one XLIFF file: project, locale, and resources to write.
interface
ImportResult
{
locale
:
string
;
project
:
string
;
resources
:
{
json
:
string
;
title
:
string
}
[]
;
}
Index
Properties
locale
project
resources
Properties
locale
locale
:
string
project
project
:
string
resources
resources
:
{
json
:
string
;
title
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
locale
project
resources
@worldware/msg-cli
Loading...
Result of processing one XLIFF file: project, locale, and resources to write.