mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Fix locale test
This commit is contained in:
parent
6193047d6b
commit
e460acbb91
@ -47,7 +47,7 @@ class TestLoadStrings:
|
||||
self, common_obj, locale_en, sys_onionshare_dev_mode):
|
||||
""" load_strings() loads English by default """
|
||||
strings.load_strings(common_obj)
|
||||
assert strings._('preparing_files') == "Preparing files to share."
|
||||
assert strings._('preparing_files') == "Compressing files."
|
||||
|
||||
|
||||
def test_load_strings_loads_other_languages(
|
||||
|
Loading…
Reference in New Issue
Block a user