Languify

Locale Paths

GET /projects/{project_id}/locales.xml
=> Returns a list of locales

GET /projects/{project_id}/locales/{locale_id}.xml
=> Returns a locale

PUT /projects/{project_id}/locales/{locale_id}.xml
=> Supply with attribute params, updates the project

POST /projects/{project_id}/locales
=> Supply with attribute params, creates a locale

DELETE /projects/{project_id}/locales/{locale_id}.xml
=> Deletes a locale