Skip to content

Commit

Permalink
Fix french translations (#1895)
Browse files Browse the repository at this point in the history
* Fix french translations

* fix

* fix

* fix
  • Loading branch information
jzbahrai authored Jul 17, 2024
1 parent 36fd916 commit b9b221b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% call form_wrapper() %}

<div class="mb-gutterAndAHalf">
<label for="parent_organisation_name">{{ _("Parent Organization Name") }}</label>
<label for="parent_organisation_name">{{ _("Name of parent organisation") }}</label>
{{ autocomplete(form.parent_organisation_name, autocomplete_items_combined[current_lang], hint=_("For example: Treasury Board of Canada Secretariat")) }}
<a href="{{ url_for('.add_service', current_step='choose_organisation', government_type='other') }}" aria-label="{{ _("Not on the list? Add your organization") }}">
{{ _("Not on list?") }}
Expand Down
5 changes: 4 additions & 1 deletion app/translations/csv/fr.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1956,4 +1956,7 @@
"Describe category","Décrivez la catégorie"
"Use template category","Selon la catégorie"
"Change category","Changer de catégorie"
"Template category added.","Catégorie de gabarit ajoutée."
"Template category added.","Catégorie de gabarit ajoutée."
"Name of parent organisation","Nom de l'organisme parent"
"Alternative text","Texte de remplacement"
"Provide an accessible description of your logo","Fournissez une description accessible de votre logo"

0 comments on commit b9b221b

Please sign in to comment.