Madara: Add wordset for parseChapterDate (#10567)
* Madara: Add wordset for parseChapterDate * Revert bump version * Unrevert bump version
This commit is contained in:
parent
e114e5a257
commit
107e060ddc
@ -2,7 +2,7 @@ plugins {
|
||||
id("lib-multisrc")
|
||||
}
|
||||
|
||||
baseVersionCode = 44
|
||||
baseVersionCode = 45
|
||||
|
||||
dependencies {
|
||||
api(project(":lib:cryptoaes"))
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user