feat(locales): add English translation file

This commit is contained in:
Prad Nukala
2026-07-13 11:43:37 -04:00
parent ba18777a51
commit a5e86b5fc3
+20
View File
@@ -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"
}
}
}