Browse Source

Feature/improve language localization for FR

* Enhance language localization for French
* Update changelog
pull/4766/head
Scott Rose 3 months ago
committed by Thomas Kaul
parent
commit
a210a2f292
  1. 1
      CHANGELOG.md
  2. 8
      apps/client/src/locales/messages.fr.xlf

1
CHANGELOG.md

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the language localization for Italian (`it`) - Improved the language localization for Italian (`it`)
- Improved the language localization for Turkish (`tr`) - Improved the language localization for Turkish (`tr`)
- Upgraded `yahoo-finance2` from version `3.3.3` to `3.3.4` - Upgraded `yahoo-finance2` from version `3.3.3` to `3.3.4`
- Improved the language localization for French (`fr`)
## 2.162.1 - 2025-05-24 ## 2.162.1 - 2025-05-24

8
apps/client/src/locales/messages.fr.xlf

@ -7589,7 +7589,7 @@
</trans-unit> </trans-unit>
<trans-unit id="9d1266dbf13a2f77fa5746e235cb8e688a3499e8" datatype="html"> <trans-unit id="9d1266dbf13a2f77fa5746e235cb8e688a3499e8" datatype="html">
<source> Calculations are based on delayed market data and may not be displayed in real-time.</source> <source> Calculations are based on delayed market data and may not be displayed in real-time.</source>
<target state="new"> Calculations are based on delayed market data and may not be displayed in real-time.</target> <target state="translated"> Les calculs sont basés sur des données de marché retardées et peuvent ne pas être affichés en temps réel.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/home-market/home-market.html</context> <context context-type="sourcefile">apps/client/src/app/components/home-market/home-market.html</context>
<context context-type="linenumber">41</context> <context context-type="linenumber">41</context>
@ -7597,7 +7597,7 @@
</trans-unit> </trans-unit>
<trans-unit id="793097298820646129" datatype="html"> <trans-unit id="793097298820646129" datatype="html">
<source>changelog</source> <source>changelog</source>
<target state="new">changelog</target> <target state="translated">journal-des-modifications</target>
<note priority="1" from="description">kebab-case</note> <note priority="1" from="description">kebab-case</note>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/paths.ts</context> <context context-type="sourcefile">libs/common/src/lib/paths.ts</context>
@ -7606,7 +7606,7 @@
</trans-unit> </trans-unit>
<trans-unit id="5929637553579019226" datatype="html"> <trans-unit id="5929637553579019226" datatype="html">
<source>oss-friends</source> <source>oss-friends</source>
<target state="new">oss-friends</target> <target state="translated">oss-amis</target>
<note priority="1" from="description">kebab-case</note> <note priority="1" from="description">kebab-case</note>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/paths.ts</context> <context context-type="sourcefile">libs/common/src/lib/paths.ts</context>
@ -7615,7 +7615,7 @@
</trans-unit> </trans-unit>
<trans-unit id="9010413891924313175" datatype="html"> <trans-unit id="9010413891924313175" datatype="html">
<source>open</source> <source>open</source>
<target state="new">open</target> <target state="translated">ouvert</target>
<note priority="1" from="description">kebab-case</note> <note priority="1" from="description">kebab-case</note>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/paths.ts</context> <context context-type="sourcefile">libs/common/src/lib/paths.ts</context>

Loading…
Cancel
Save