mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
* added new translation docs. removed old /development/translation.mdx file to make it more accessible to find. * refactor: table to right format. * fix: cleaned up some code * updated: created per language an invitation key
26 lines
683 B
TypeScript
26 lines
683 B
TypeScript
export default {
|
|
index: 'Intro',
|
|
get_started: 'Get Started',
|
|
tools_and_plugins: 'Tools and Plugins',
|
|
testing: 'Testing',
|
|
debugging: 'Debugging (WIP)',
|
|
technical_docs: {
|
|
// "title": "Contributing",
|
|
type: 'separator',
|
|
},
|
|
architecture: 'Project Architecture (WIP)',
|
|
guidelines: {
|
|
type: 'page',
|
|
title: 'Contributor Guidelines',
|
|
href: 'https://github.com/danny-avila/LibreChat/blob/main/.github/CONTRIBUTING.md',
|
|
newWindow: true,
|
|
},
|
|
conventions: 'Coding Conventions',
|
|
security: {
|
|
type: 'page',
|
|
title: 'Security Policy',
|
|
href: 'https://github.com/danny-avila/LibreChat/blob/main/.github/SECURITY.md',
|
|
newWindow: true,
|
|
},
|
|
}
|