Madara: Add wordset for parseChapterDate (#10567)

* Madara: Add wordset for parseChapterDate

* Revert bump version

* Unrevert bump version
This commit is contained in:
are-are-are 2025-10-05 16:03:13 +07:00 committed by Draff
parent e114e5a257
commit 107e060ddc
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ plugins {
id("lib-multisrc")
}
baseVersionCode = 44
baseVersionCode = 45
dependencies {
api(project(":lib:cryptoaes"))

View File

@ -919,7 +919,7 @@ abstract class Madara(
WordSet("ago", "atrás", "önce", "قبل").endsWith(date) -> {
parseRelativeDate(date)
}
WordSet("hace").startsWith(date) -> {
WordSet("hace", "giờ", "phút", "giây").startsWith(date) -> {
parseRelativeDate(date)
}
// Handle "jour" with a number before it