diff --git a/frontend/package.json b/frontend/package.json index 33f8fad..8ee1644 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "0.4.0", + "version": "0.4.4", "type": "module", "repository": "https://git.lamacchinadesiderante.org/lamacchinadesiderante/millelibri", "scripts": { diff --git a/frontend/src/components/Search.tsx b/frontend/src/components/Search.tsx index 97813a9..0e6f627 100644 --- a/frontend/src/components/Search.tsx +++ b/frontend/src/components/Search.tsx @@ -104,7 +104,7 @@ const Search: React.FC = ({ setBooks }) => { {!showLanguageDropdown && (} - placeholder={t('book.language')} + placeholder={t('input.select_language')} value={language} onChange={handleLanguageChange} onClear={handleLanguageReset} @@ -112,7 +112,7 @@ const Search: React.FC = ({ setBooks }) => { {showLanguageDropdown && (} - placeholder={t('book.language')} + placeholder={t('input.select_language')} value={language} onChange={handleLanguageChange} />)} diff --git a/frontend/src/i18n.json b/frontend/src/i18n.json index 6309813..9ea1ccd 100644 --- a/frontend/src/i18n.json +++ b/frontend/src/i18n.json @@ -8,7 +8,8 @@ "toggle_language": "Toggle Language" }, "input": { - "clear": "Clear" + "clear": "Clear", + "select_language": "(Select language...)" }, "book": { "id": "zlib/libgen id", @@ -60,7 +61,7 @@ "input": "Input..." }, "disclaimer": { - "nolink_warning": "WARNING: This platform does not host any kind of link to copyrighted material. It just displays CID related to IPFS resources" + "nolink_warning": "WARNING: This platform does not host any kind of link to copyrighted material. It just displays CID related to IPFS resources." } } }, @@ -173,7 +174,8 @@ "toggle_language": "Lingua" }, "input": { - "clear": "pulisci" + "clear": "pulisci", + "select_language": "(Seleziona lingua...)" }, "book": { "id": "ID zlib/libgen", @@ -182,7 +184,7 @@ "publisher": "Editore", "extension": "Estensione", "filesize": "Dimensione file", - "language": "(Seleziona lingua...)", + "language": "Lingua", "year": "Anno", "pages": "Pagina", "isbn": "ISBN",