mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
Add Desktop support to Planned Features
This commit is contained in:
@ -229,6 +229,7 @@ feature:
|
||||
latex: Latex Support
|
||||
mermaid: Mermaid Diagram Support
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
|
@ -48,6 +48,7 @@ class Features {
|
||||
tr("feature.latex"),
|
||||
tr("feature.mermaid"),
|
||||
tr("feature.encryptedHosting"),
|
||||
tr("feature.desktop"),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user