mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 17:34:56 -04:00
Fix locale test
This commit is contained in:
parent
f340e55dc3
commit
4b654214d9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue