We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c1196 commit 940f751Copy full SHA for 940f751
translate/system-test/quickstart.test.js
@@ -28,7 +28,7 @@ test.after.always(tools.restoreConsole);
28
29
test.cb(`should translate a string`, t => {
30
const string = `Hello, world!`;
31
- const expectedTranslation = `Привет мир!`;
+ const expectedTranslation = `Привет, мир!`;
32
const targetLanguage = `ru`;
33
const translateMock = {
34
translate: (_string, _targetLanguage) => {
0 commit comments