Added multi lenguage and fix methods
This commit is contained in:
9
src/language/language.js
Normal file
9
src/language/language.js
Normal file
@ -0,0 +1,9 @@
|
||||
export const ru = {
|
||||
placeholder: 'Поиск...',
|
||||
textInListSearch: 'Совпадений нет...',
|
||||
};
|
||||
|
||||
export const en = {
|
||||
placeholder: 'Search...',
|
||||
textInListSearch: 'No matches...',
|
||||
};
|
Reference in New Issue
Block a user