From bdbdba6e06bc7ab15a6f6ef5d543bb2bde88d39c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 17 Apr 2021 23:30:47 +0200 Subject: [PATCH] Add translation support --- example/translations/en.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 example/translations/en.yaml diff --git a/example/translations/en.yaml b/example/translations/en.yaml new file mode 100644 index 0000000..9737cc5 --- /dev/null +++ b/example/translations/en.yaml @@ -0,0 +1,10 @@ +--- +configuration: + log_level: + name: Log level + description: The amount of logging the add-on should do. + seconds_between_quotes: + name: Seconds between quotes + description: >- + The number of seconds the add-on waits until showing a new quote in the + add-on log.