Skip to main content

TranslationParseTXT

Callable

  • TranslationParseTXT(str: string): string[]

  • Parse a TXT translation file and returns it as an array


    Parameters

    • str: string

      Content of the translation text file

    Returns string[]

    • Array of strings with each line divided. For each translated line, the english string precedes the translated one in the array.