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:
@@ -7,7 +7,7 @@ export default {
|
||||
"ok": "OK",
|
||||
"yes": "Da",
|
||||
"no": "Nu",
|
||||
"next": "Următorul",
|
||||
"next": "Următor",
|
||||
"back": "Înapoi",
|
||||
"edit": "Editează",
|
||||
"delete": "Șterge",
|
||||
@@ -15,5 +15,6 @@ export default {
|
||||
"remove": "Elimină",
|
||||
"products": "Produse",
|
||||
"product": "Produs",
|
||||
"days": "Zile"
|
||||
"days": "Zile",
|
||||
"more": "mai mult"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user