Manage translation strings for your app in Cockpit
Configuration config/config.yaml
:
lokalize:
importkeys: false,
publicAccess: false,
delimiter: ";",
translationService:
provider: Google // or Yandex
apikey: AIzaxxx
Get localized strings of a project:
/api/lokalize/project/{name}?token=*apitoken*
Get strings for a specific language
/api/lokalize/project/{name}/{local}?token=*apitoken*