Fixed language

This commit is contained in:
2022-11-18 19:21:45 +03:00
parent 1061d16669
commit c1366ef5eb
3 changed files with 22 additions and 13 deletions

View File

@ -1,9 +1,11 @@
export const ru = {
selectPlaceholder: 'Выберите элемент...',
placeholder: 'Поиск...',
textInListSearch: 'Совпадений нет...',
};
export const en = {
selectPlaceholder: 'Select...',
placeholder: 'Search...',
textInListSearch: 'No matches...',
};