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