chore: refresh language cache to add voices (#5165)

This commit is contained in:
ggurdin 2026-01-09 14:12:22 -05:00 committed by GitHub
parent 612d3d6adf
commit 2044b2abc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ class PLanguageStore {
return true;
}
final DateTime targetDate = DateTime(2025, 2, 26);
final DateTime targetDate = DateTime(2026, 1, 9);
if (lastFetchedDate.isBefore(targetDate)) {
return true;
}