🌐: Add Russian Translations (#1169)

* Add translation for the button and some elements.

* Make changes for tests.
This commit is contained in:
MACHINSOFT 2023-11-13 04:49:12 +03:00 committed by GitHub
parent cbfe47a9d5
commit 216f6da79e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 9 deletions

View file

@ -1,4 +1,4 @@
import { render, fireEvent } from '@testing-library/react';
import { render, fireEvent } from 'test/layout-test-utils';
import Continue from '../Continue';
describe('Continue', () => {