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
31 lines
646 B
TypeScript
31 lines
646 B
TypeScript
export default {
|
|
index: 'Get Started',
|
|
quick_start: {
|
|
title: '⚡ Quick Start',
|
|
children: {
|
|
index: 'Quick Start Overview',
|
|
},
|
|
},
|
|
features: {
|
|
title: '✨ Features',
|
|
children: {
|
|
index: 'Features Overview',
|
|
},
|
|
},
|
|
local: '📦 Local Installation',
|
|
remote: '☁️ Remote Hosting',
|
|
configuration: '⚙️ Configuration',
|
|
user_guides: '📘 User Guides',
|
|
translation: '🌍 Translation',
|
|
contributing: {
|
|
// "title": "Contributing",
|
|
type: 'separator',
|
|
},
|
|
development: 'Development',
|
|
documentation: 'Documentation',
|
|
other: {
|
|
// "title": "Other",
|
|
type: 'separator',
|
|
},
|
|
}
|