From 538ec2858491b86ad18652bca1d416db0e502107 Mon Sep 17 00:00:00 2001 From: Jordan Tinney Date: Sun, 12 Jul 2026 21:34:58 -0600 Subject: [PATCH] fix(folder): add missing translation folder --- upbeat/translations/en.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 upbeat/translations/en.json diff --git a/upbeat/translations/en.json b/upbeat/translations/en.json new file mode 100644 index 0000000..389193c --- /dev/null +++ b/upbeat/translations/en.json @@ -0,0 +1,17 @@ +{ + "title": "Upbeat", + "settings": { + "show_centibeats": { + "label": "Display subbeats", + "description:" "Toggle subbeat display (.xx)" + }, + "beat_display": { + "label": "Display .beats", + "description": "Toggle internet time notation (.beats)" + }, + "time_format_toggle": { + "label": "Toggle 24HR time", + "description": "Display 24 hour time" + } + } + } \ No newline at end of file