Added multi lenguage and fix methods

This commit is contained in:
2022-11-07 19:56:10 +03:00
parent dc9e2d50d9
commit db177e66cf
5 changed files with 90 additions and 11 deletions

9
src/language/language.js Normal file
View File

@ -0,0 +1,9 @@
export const ru = {
placeholder: 'Поиск...',
textInListSearch: 'Совпадений нет...',
};
export const en = {
placeholder: 'Search...',
textInListSearch: 'No matches...',
};