1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Chore: Exclude translation updates from changelog

This commit is contained in:
Laurent Cozic
2025-10-18 11:30:24 +01:00
parent 2dbba27357
commit 81b695a2a9

View File

@@ -281,6 +281,7 @@ function filterLogs(logs: LogEntry[], platform: Platform) {
// bundle them all up in a single "Updated translations" at the end.
if (log.message.match(/Translation:\sUpdate\s.*?(\.po|[a-zA-Z][a-zA-Z]|[a-zA-Z][a-zA-Z]_[a-zA-Z][a-zA-Z])/)
|| log.message.match(/Update.+\.po/)
|| log.message.match(/^All: Update translations/)
) {
// updatedTranslations = true;
addIt = false;