Language
class Language extends Package
Class Language
Methods
string
getBasePath(string $action)
Get the base path for the command including an action.
from Package
ResponseInterface
getSupported()
Get supported languages list with Crowdin codes mapped to locale name and standardized codes.
ResponseInterface
getStatus(string $language)
Get the detailed translation progress for specified language.
Details
in Package at line 45
__construct(string $projectId, string $apiKey, Client $httpClient)
Constructor.
in Package at line 57
protected string
getProjectId()
Get the project ID.
in Package at line 67
protected string
getApiKey()
Get the API key.
in Package at line 77
protected Client
getHttpClient()
Get the HTTP client object.
in Package at line 89
protected string
getBasePath(string $action)
Get the base path for the command including an action.
at line 30
ResponseInterface
getSupported()
Get supported languages list with Crowdin codes mapped to locale name and standardized codes.
at line 46
ResponseInterface
getStatus(string $language)
Get the detailed translation progress for specified language.