bimtester: improve French translation for the provided example

This commit is contained in:
Bernd Hahnebach
2021-11-17 16:08:42 +01:00
parent 6853735bb2
commit 2d62d8181a
2 changed files with 11 additions and 6 deletions
@@ -4,3 +4,8 @@ from behave import step
@step('Les données IFC doivent utiliser le schéma "{schema}"')
def step_impl(context, schema):
context.execute_steps(f'* IFC data must use the "{schema}" schema')
@step('Nom du projet, son code ou un identifiant sommaire du type "{value}"')
def step_impl(context, value):
context.execute_steps(f'* The project name, code, or short identifier must be "{value}"')