feat(i18n): add 'more' translation key across multiple languages and enhance SearchBar
- Introduce a new 'more' translation key in various language files to improve internationalization support. - Update SearchBar component to include an IconButton for additional actions, enhancing user interaction. - Ensure consistency in language context by adding the 'more' key in Arabic, Bulgarian, Czech, German, Greek, English, Spanish, French, Croatian, Hungarian, Italian, Polish, Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish, Turkish, Ukrainian, and Chinese.
This commit is contained in:
@@ -15,5 +15,6 @@ export default {
|
||||
"remove": "Ukloni",
|
||||
"products": "Proizvodi",
|
||||
"product": "Proizvod",
|
||||
"days": "Dani"
|
||||
"days": "Dani",
|
||||
"more": "više"
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export default {
|
||||
"placeholder": "Možete me pitati o vrstama kanabisa...",
|
||||
"placeholder": "Možete me pitati o sortama kanabisa...",
|
||||
"recording": "Snimanje u toku...",
|
||||
"searchProducts": "Pretraži proizvode...",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user