Skip to content

A combined cache of LLM based localizations for our org plus code that constructs prompts for said LLMs and manages said cache.

Notifications You must be signed in to change notification settings

PauseAI/pauseai-l10n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pauseai-l10n

LLM-based localization support for the pauseai-website project. This package maintains a version-controlled cache of translations and the prompts that generated them.

Project Status

The plan is to swap this in for the https://github.com/PauseAI/paraglide repos before too long.

In the meantime time I'm already stashing notes here for the ongoing work to productionize the website paraglide branch and then expose the first few languages in mainline.

See notes/kickoff.md, previously.md and ongoing development summary for evolving design and architecture details.

Development Setup

# Install dependencies
npm install

# Link for local development
npm link
cd ../pauseai-website
npm link pauseai-l10n

Project Structure

pauseai-l10n/
├── cache/          # Translation cache storage
├── prompts/        # Translation prompt templates
├── src/           # Source code
├── tests/         # Test files
└── notes/         # Design documents and notes

License

TBD

About

A combined cache of LLM based localizations for our org plus code that constructs prompts for said LLMs and manages said cache.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published