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" + } + } +}