diff --git a/ftl/core-repo b/ftl/core-repo index ebb7d5bc7..e500ab60c 160000 --- a/ftl/core-repo +++ b/ftl/core-repo @@ -1 +1 @@ -Subproject commit ebb7d5bc73893abb7e14a52bb458df02f90c6c15 +Subproject commit e500ab60c2c90b3bbbfc6b53a4dbde83d06080db diff --git a/ftl/qt-repo b/ftl/qt-repo index a6cc8b869..16d29f74f 160000 --- a/ftl/qt-repo +++ b/ftl/qt-repo @@ -1 +1 @@ -Subproject commit a6cc8b86991bce2d2556bf39947bf6f1981dea61 +Subproject commit 16d29f74fecf1caa66c01648bf86b773e9d50eac diff --git a/qt/tests/test_i18n.py b/qt/tests/test_i18n.py index 1142e9034..8a9360fd6 100644 --- a/qt/tests/test_i18n.py +++ b/qt/tests/test_i18n.py @@ -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回"