Smol Ame 4c4a178b9e
WPComics: Add monthWords and yearWords (#3477)
* WPComics: Add `monthWords` and `yearWords`

* Simplified month & year
2024-07-14 14:39:16 +01:00

10 lines
104 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 6
dependencies {
api(project(":lib:i18n"))
}