Introduction
Plain text is the simplest format supported by Get Localization in case there is no other formats suitable. Plain text file contains a list of strings separated by newline characters (\r, \n or both). Each string on each line will be considered as master string. When uploading the language file, the translation must be matched with the line of the master string.
Example
This is the first string
The second one
Localization file
This is the first string in target language
The second one in target language