From 0aee560efe392aefe83b76f928746a6cbaeb13f5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 15 May 2021 15:46:07 +0300 Subject: Add localization support --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 772f9bd..d99c3fe 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,13 @@ $ pipenv run alarmpy --help Usage: alarmpy.py [OPTIONS] Options: - --delay INTEGER Polling delay in seconds - --routine-delay INTEGER Routine message delay in seconds - --alarm-id Print alarm ID - --repeat-alarms Do not suppress ongoing alarms - --quiet Print only active alarms - --help Show this message and exit. + --language [en|he|ar|ru] Alert language + --delay INTEGER Polling delay in seconds + --routine-delay INTEGER Routine message delay in seconds + --alarm-id Print alarm IDs + --repeat-alarms Do not suppress ongoing alarms + --quiet Print only active alarms + --help Show this message and exit. ``` ## License -- cgit v1.3.1