Skip to content

Commit

Permalink
test(translate): updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
a-parida12 committed Mar 18, 2023
1 parent 65bd231 commit 3c28ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_odia_to_other_lang(self, text, dest, output):

@pytest.mark.parametrize("text, output, src, dest", [
("hello! feeling good?", "ନମସ୍କାର!ଭଲ ଲାଗୁଛି?", "en", "or"),
("क्यों", "କାହିଁକି?", "hi", "or"),
("क्यों", "କାହିଁକି", "hi", "or"),
("ନମସ୍କାର!ଭଲ ଲାଗୁଛି?", "Hello! Sounds good?", "or", "en"),
("କାହିଁକି", "Why", "or", "en"),
("କାହିଁକି", "क्यों", "or", "hi")
Expand Down

0 comments on commit 3c28ff3

Please sign in to comment.