🌐 Adds en translations for Home and Search components

This commit is contained in:
Alicia Sykes
2021-07-22 22:33:47 +01:00
parent 0606cb07ae
commit e02d33b0df
3 changed files with 13 additions and 6 deletions

View File

@@ -1,4 +1,11 @@
{
"test": "Hello World!",
"test2": "Im a fallback"
"home": {
"no-results": "No Search Results",
"no-data": "No Data Configured"
},
"search": {
"search-label": "Search",
"search-placeholder": "Start typing to filter",
"clear-search-tooltip": "Clear Search"
}
}