Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Rename how-to channel to translation-how-to #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ModixTranslator/TranslationConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace ModixTranslator
public class TranslationConstants
{
public const string CategoryName = "localized";
public const string HowToChannelName = "how-to";
public const string HowToChannelName = "translation-how-to";
public const string HistoryChannelName = "history";
public static readonly string[] PermanentChannels = new[] { HowToChannelName, HistoryChannelName };
public const string StandardLanguage = "en";
Expand Down