Skip to content

luton-studios/Translation-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Translation-Service

A translation dictionary REST API using Django and PostgreSQL.

API Endpoints

GET (/api/translation)

  • query params: language (list separated by commas)
  • response: existing translations for the given list of languages, sorted by key
  • rendering format: JSON, csv

csv upload (/api/upload-csv)

  • format: key, language, phrase
  • response: sucess or failure
  • insert new translations into db and/or modify existing translations
    • if an existing translation is updated, all previous translations of the same key will be cleared

About

A translation dictionary REST API using Django and PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •