We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe10cfd commit 010429cCopy full SHA for 010429c
gui/windows.py
@@ -2,6 +2,8 @@
2
from math import floor
3
4
import timeago
5
+from timeago import locales
6
+from timeago.locales import en
7
8
from gui.gui import DisplayWindow
9
from utils.config import MIN_RESULTS
0 commit comments