Skip to content

Commit

Permalink
bug #307 [Translation] fix french translation (BastienGoze)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | main             |
| Bug fix?        | yes                                                       |
| New feature?    | no                                                    |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets |        #306            |
| License         | MIT                                                          |

Fix this issue : 
- #306

Inversion between gross value and net value in french translation. 


Commits
-------

26fde47 [Translation] fix french transalation
  • Loading branch information
GSadee committed Apr 23, 2024
2 parents 248ff44 + 26fde47 commit 4581626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Resources/translations/messages.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sylius_invoicing_plugin:
billing_data: 'Données de facturation'
buyer: 'Acheteur'
download_invoice: 'Télécharger'
gross_value: 'Prix HT'
gross_value: 'Prix TTC'
invoice: 'Facture'
invoice_id: 'ID de facture'
invoice_number: 'Numéro de facture'
Expand All @@ -12,8 +12,8 @@ sylius_invoicing_plugin:
issued_for_order: 'Émise pour la commande'
issued_from: 'Émise de'
manage_invoices: 'Gérez vos factures'
net_total: 'Total TTC'
net_value: 'Prix TTC'
net_total: 'Total HT'
net_value: 'Prix HT'
no: ''
order_number: 'Numéro de commande'
payment:
Expand All @@ -26,4 +26,4 @@ sylius_invoicing_plugin:
tax_id: 'ID de taxe'
tax_rate: 'Taux taxes %'
taxes_total: 'Total taxes'
unit_net_price: 'Prix TTC unitaire'
unit_net_price: 'Prix HT unitaire'

0 comments on commit 4581626

Please sign in to comment.