Anki/ts/deck-options/strings.ts
Henrik Giesel 8a839a844e Move lib/i18n/translate to lib/translate
* This restores tree shaking
2021-10-04 02:34:03 +02:00

10 lines
361 B
TypeScript

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import * as tr from "../lib/translate";
export const reviewMixChoices = (): string[] => [
tr.deckConfigReviewMixMixWithReviews(),
tr.deckConfigReviewMixShowAfterReviews(),
tr.deckConfigReviewMixShowBeforeReviews(),
];