feat(i18n): add 'searchResultsFor' translation key across multiple languages
- Introduce a new 'searchResultsFor' translation key in various language files to enhance search functionality. - Update language files for Arabic, Bulgarian, Czech, German, Greek, English, Spanish, French, Croatian, Hungarian, Italian, Polish, Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Turkish, Ukrainian, and Chinese to include this key. - Ensure consistency in language context for search results across the application.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
"placeholder": "Du kannst mich nach Cannabissorten fragen...",
|
||||
"recording": "Aufnahme läuft...",
|
||||
"searchProducts": "Produkte suchen..."
|
||||
"searchProducts": "Produkte suchen...",
|
||||
"searchResultsFor": "Suchergebnisse für: \"{{query}}\""
|
||||
};
|
||||
Reference in New Issue
Block a user