From a5e86b5fc32bdb21f5f12e58456e6ddf860a0697 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 13 Jul 2026 11:43:37 -0400 Subject: [PATCH] feat(locales): add English translation file --- translations/en.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 translations/en.json diff --git a/translations/en.json b/translations/en.json new file mode 100644 index 0000000..709ab7d --- /dev/null +++ b/translations/en.json @@ -0,0 +1,20 @@ +{ + "title": "Example", + "clicks": { + "one": "Clicked {count} time", + "other": "Clicked {count} times" + }, + "settings": { + "label": { + "label": "Label", + "description": "Text shown in the bar." + }, + "glyph": { + "label": "Glyph", + "description": "Glyph shown before the label." + }, + "show_glyph": { + "label": "Show glyph" + } + } +}