Update translations

This commit is contained in:
Damien Elmes 2023-07-17 14:07:08 +10:00
parent a2cd9ec34d
commit 998b728285
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit e500ab60c2c90b3bbbfc6b53a4dbde83d06080db
Subproject commit a238facc7a8501326e19959624700a76e995b861

@ -1 +1 @@
Subproject commit 16d29f74fecf1caa66c01648bf86b773e9d50eac
Subproject commit d5c7596f93ecab7435dd089a74c3d5c87487ac9d

View file

@ -11,7 +11,7 @@ def test_no_collection_i18n():
assert no_uni(tr.statistics_reviews(reviews=2)) == "2 reviews"
anki.lang.set_lang("ja")
assert no_uni(tr.statistics_reviews(reviews=2)) == "2"
assert no_uni(tr.statistics_reviews(reviews=2)) == "2"
def test_legacy_enum():
@ -20,4 +20,4 @@ def test_legacy_enum():
tr = anki.lang.tr_legacyglobal
no_uni = anki.lang.without_unicode_isolation
assert no_uni(tr(TR.STATISTICS_REVIEWS, reviews=2)) == "2"
assert no_uni(tr(TR.STATISTICS_REVIEWS, reviews=2)) == "2"