docs.unity3d.com
    Show / Hide Table of Contents

    Class POFileUtils.POEntry

    https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html

    Inheritance
    Object
    POFileUtils.POEntry
    Namespace: Unity.InteractiveTutorials
    Syntax
    public class POEntry
    Remarks

    The values are not escaped until they are serialized.

    Fields

    ExtractedComments

    . extracted-comments

    Declaration
    public string ExtractedComments
    Field Value
    Type Description
    String

    Flag

    , flag

    Declaration
    public string Flag
    Field Value
    Type Description
    String

    PreviousUntranslatedString

    | msgid "previous-untranslated-string"

    Declaration
    public string PreviousUntranslatedString
    Field Value
    Type Description
    String

    Reference

    : reference

    Declaration
    public string Reference
    Field Value
    Type Description
    String

    TranslatedString

    msgstr "translated-string"

    Declaration
    public string TranslatedString
    Field Value
    Type Description
    String

    TranslatorComments

    translator-comments

    Declaration
    public string TranslatorComments
    Field Value
    Type Description
    String

    UntranslatedString

    msgid "untranslated-string"

    Declaration
    public string UntranslatedString
    Field Value
    Type Description
    String

    Methods

    IsValid()

    Does this entry contain the minimum information to be a valid entry.

    Declaration
    public bool IsValid()
    Returns
    Type Description
    Boolean

    Serialize()

    Serializes this entry to a string representation.

    Declaration
    public string Serialize()
    Returns
    Type Description
    String
    Remarks

    All values will be escaped.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023