Files
librechat.ai/pages/docs/_meta.ts
Ruben Talstra f4e16af5db 🌎 i18n: Translation Docs (#232)
* 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
2025-02-10 09:05:26 -05:00

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',
},
}