# Functions
GetTranslationsFromZip retrieves translations from a zip containing csv files.
HandleEvent for events from PubSub (or other CloudEvent source).
New client for requests.
NewTranslationHandler creates a handler from functions.
# Variables
ErrEventNotSupported error for event key not yet supported.
ErrRequestFailed error for failed requests.
# Structs
Approval model.
Client for crowdin interactions.
Config for the client.
Directory model.
File model.
Language model.
Object is the base of all responses in Crowdin.
Options are common options for every translation collection.
Pagination contains simple pagination data.
Project model.
Result extends Object with Pagination data.
SimpleTranslation contains info about the translation object as stored in the database.
String model.
StringTranslation model.
Translation contains data for a specific translation key.
TranslationHandler handles translations.
# Interfaces
TranslationSource is an object which contains fields that can be translated.