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

@@ -10,7 +10,8 @@ import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';
import dayjs from 'dayjs';
import { createCommitChangelog } from './release/CommitChangelog.utils.ts';
import { createTranslationChangelog, validateWeblateDates } from './release/TranslationChangelog.utils.ts';
import { createTranslationChangelog } from './release/TranslationChangelog.utils.ts';
import { validateWeblateDates } from './weblate/Weblate.utils.ts';
const { sha, date } = yargs(hideBin(process.argv))
.options({