Extract weblate types, constants, logic

This commit is contained in:
schroda
2025-02-17 02:07:21 +01:00
parent f39c902b5f
commit 5dcbf6c168
6 changed files with 184 additions and 146 deletions

View File

@@ -8,10 +8,8 @@
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';
import {
createTranslationChangelog,
TRANSLATION_CHANGELOG_YARG_OPTIONS_DEFAULT,
} from './release/TranslationChangelog.utils.ts';
import { createTranslationChangelog } from './release/TranslationChangelog.utils.ts';
import { TRANSLATION_CHANGELOG_YARG_OPTIONS_DEFAULT } from './weblate/Weblate.constants.ts';
const { afterDate, beforeDate, requiredContributionCount, keepKnownContributors } = yargs(hideBin(process.argv))
.options({