FunctionsTranslationParseTXTTranslationParseTXT CallableTranslationParseTXT(str: string): string[]Parse a TXT translation file and returns it as an arrayParametersstr: stringContent of the translation text fileReturns string[]Array of strings with each line divided. For each translated line, the english string precedes the translated one in the array.
Parse a TXT translation file and returns it as an array