Enum Xliff.ImportNotesBehavior
Determines how notes should be handled when importing XLIFF data.
Namespace: UnityEditor.Localization.Plugins.XLIFF
Syntax
public enum ImportNotesBehavior
Fields
Name | Description | Value |
---|---|---|
Ignore | Does nothing with the notes and comments. |
|
Merge | Attempts to merge the notes with existing comments by checking the comment contents. Comments that have the same text as a note will be ignored. |
|
Replace | Default behavior. Replaces all comments with notes. |