Skip to content

techtoboggan/librecode-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreCode Internationalization

Community-maintained translations for LibreCode.

Structure

src/
  app/     App-level strings (dialogs, settings, commands)
  ui/      UI component strings (session review, tooltips, prompts)

Each locale is a .ts file exporting dict — a flat Record<string, string> of translation keys.

Contributing a Translation

  1. Copy src/app/en.tssrc/app/<lang>.ts
  2. Copy src/ui/en.tssrc/ui/<lang>.ts
  3. Translate all values (keys stay the same)
  4. Submit a PR

English (en.ts) is the reference locale. All other locales should have the same keys.

Adding New Keys

Add keys to src/app/en.ts or src/ui/en.ts first, then update other locales.

License

MIT

About

Internationalization strings for LibreCode

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors