mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Add Localization as a Feature
This commit is contained in:
@ -241,6 +241,9 @@ feature:
|
||||
encryptedHosting: Encrypted Git Hosting
|
||||
desktop: Desktop App
|
||||
markdownToolbar: Markdown Toolbar
|
||||
localization:
|
||||
title: Localization
|
||||
subtitle: Allow GitJournal to be translated
|
||||
|
||||
feature_timeline:
|
||||
title: Feature Timeline
|
||||
|
@ -36,6 +36,7 @@ class Features {
|
||||
Feature.yamlCreatedKey,
|
||||
Feature.yamlTagsKey,
|
||||
Feature.customMetaData,
|
||||
Feature.localization,
|
||||
];
|
||||
|
||||
static final inProgress = <String>[
|
||||
@ -310,6 +311,14 @@ class Feature {
|
||||
"",
|
||||
true,
|
||||
);
|
||||
|
||||
static final localization = Feature(
|
||||
"localization",
|
||||
DateTime(2020, 08, 18),
|
||||
tr("feature.localization.title"),
|
||||
tr("feature.localization.subtitle"),
|
||||
false,
|
||||
);
|
||||
}
|
||||
|
||||
// Feature Adding checklist
|
||||
|
Reference in New Issue
Block a user