davidsims9t / Lokalize

Manage localzation strings for your app in Cockpit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lokalize

Manage translation strings for your app in Cockpit

image

Configuration

Configuration config/config.yaml:

lokalize:
    importkeys: false,
    publicAccess: false,
    delimiter: ";",
    translationService:
        provider: Google // or Yandex
        apikey: AIzaxxx

Api

Get localized strings of a project:

GET /api/lokalize/project/{name}?token=*apitoken*

Get strings for a specific language

GET /api/lokalize/project/{name}/{local}?token=*apitoken*

Update localized strings of a project:

PATCH /api/lokalize/project/{name}?token=*apitoken*

Update strings for a specific language

PATCH /api/lokalize/project/{name}/{local}?token=*apitoken*

💐 SPONSORED BY

ginetta
We create websites and apps that click with users.

About

Manage localzation strings for your app in Cockpit


Languages

Language:Hack 70.2%Language:PHP 26.5%Language:JavaScript 3.3%