language select works in pub form
This commit is contained in:
@ -238,3 +238,6 @@ in schedule admin - if a publisher is always pair & family is not in the shift -
|
|||||||
[] new page to show EventLog (substitutions)
|
[] new page to show EventLog (substitutions)
|
||||||
[] fix "login as"
|
[] fix "login as"
|
||||||
[] list with open shift replacements (coverMe requests)
|
[] list with open shift replacements (coverMe requests)
|
||||||
|
[] fix statistics
|
||||||
|
[] add notification to statistics info
|
||||||
|
[] fix logins (apple/azure)
|
||||||
|
@ -221,6 +221,15 @@ export default function PublisherForm({ item, me }) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{/* language preference */}
|
||||||
|
<div className="mb-4">
|
||||||
|
<label className="label" htmlFor="locale">Език (в разработка)</label>
|
||||||
|
<select id="locale" name="locale" value={publisher.locale} onChange={handleChange} className="select textbox" placeholder="Език" autoFocus >
|
||||||
|
<option value="bg" >Български</option>
|
||||||
|
<option value="en">English</option>
|
||||||
|
<option value="ru">Руски</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
<div className="mb-4">
|
<div className="mb-4">
|
||||||
<label className="label" htmlFor="town">Град</label>
|
<label className="label" htmlFor="town">Град</label>
|
||||||
<input type="text" id="town" name="town" value={publisher.town} onChange={handleChange} className="textbox" placeholder="Град" autoFocus />
|
<input type="text" id="town" name="town" value={publisher.town} onChange={handleChange} className="textbox" placeholder="Град" autoFocus />
|
||||||
|
Reference in New Issue
Block a user