Compare commits

..
1 Commits
Author SHA1 Message Date
henryruhs 33cc6b40a4 clean wording 2026-08-05 23:35:19 +02:00
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -4,7 +4,6 @@ LOCALES : Locales =\
{
'en':
{
'conda_not_activated': 'conda is not activated',
'python_not_supported': 'python version is not supported, upgrade to {version} or higher',
'dependency_not_installed': '{dependency} is not installed',
'creating_temp': 'creating temporary resources',
@@ -96,8 +95,6 @@ LOCALES : Locales =\
'exclamation_mark': '!',
'help':
{
'install_dependency': 'choose the variant of {dependency} to install',
'skip_conda': 'skip the conda environment check',
'config_path': 'choose the config file to override defaults',
'temp_path': 'specify the directory for the temporary resources',
'jobs_path': 'specify the directory to store jobs',
+2 -2
View File
@@ -9,6 +9,6 @@ def test_load() -> None:
def test_get() -> None:
assert translator.get('conda_not_activated') == 'conda is not activated'
assert translator.get('help.skip_conda') == 'skip the conda environment check'
assert translator.get('processing_stopped') == 'processing stopped'
assert translator.get('help.run') == 'run the program'
assert translator.get('invalid') is None