mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Avoid i18n for experiment title / desc.
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: 846a0e8a3a...de2b94c8d8
@@ -1,5 +1,11 @@
|
|||||||
export type Experiments = 'search';
|
export type Experiments = 'search';
|
||||||
export const AVAILABLE_EXPERIMENTS: Experiments[] = [ 'search' ];
|
export const AVAILABLE_EXPERIMENTS: Experiments[] = [ 'search' ];
|
||||||
|
export const EXPERIMENTS: { [key in Experiments]: { title: string, description: string } } = {
|
||||||
|
'search': {
|
||||||
|
title: 'Search',
|
||||||
|
description: 'Allows you to search for messages in channels.'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
export interface ExperimentOptions {
|
export interface ExperimentOptions {
|
||||||
enabled?: Experiments[];
|
enabled?: Experiments[];
|
||||||
|
|||||||
Reference in New Issue
Block a user