Skip to content

Repository files navigation

Translation Management Service

API to store translations by key/locale with tags, plus a fast JSON export for frontends.

Quick start

  • Laravel 10/11.
  • Set TRANSLATION_API_TOKEN in .env.
  • Migrate DB.
  • Optional: php artisan translations:seed 100000.

Auth

Send Authorization: Bearer <token>.

Endpoints

  • GET /api/translations
  • GET /api/translations/{id}
  • POST /api/translations
  • PUT /api/translations/{id}
  • DELETE /api/translations/{id}
  • GET /api/export?locale=en&tags=web,mobile

Notes

  • Unique per (t_key, locale).
  • Export is streamed and cached; cache is flushed on writes.

About

Translation management service in laravel

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages