Namespace NoSuchStudio.Localization.Source
Classes
CSVTranslationSource
Parses a CSV file and provides the entries to LocalizationService.
',' is the default delimiter character.
CSVUtil
Static class with helper methods for parsing CSV text. Used in CSVTranslationSource and GoogleSheetsTranslationConnector
GoogleSheetsTranslationConnector
Parses a CSV file and provides the entries to LocalizationService. Each line should contains 3 values: phrase, language, translation. '|' is the delimiter character.
GoogleSheetsTranslationConnector.GoogleSheetsLoadEvent
JsonTranslationSource
Parses a JSON file and provides the entries to LocalizationService. The Json should be in this format:
{
"phrase-title": {
"en": "Title",
"es": "Topico",
"ar": "عربی"
},
"phrase-back": {
...
}
}
StandaloneTranslationSource
Use this class to translate phrases in Unity Editor.
Structs
GoogleSheetsTranslationConnector.LoadState
Enums
GoogleSheetsTranslationConnector.LoadResult
The result of a load from internet operation.