Browse Source

Fix Dutch localization by removing unnecessary spaces in translations

pull/5088/head
Nick Verner 2 months ago
parent
commit
3b0ac7a106
  1. 4
      apps/client/src/locales/messages.nl.xlf

4
apps/client/src/locales/messages.nl.xlf

@ -7762,7 +7762,7 @@
</trans-unit>
<trans-unit id="routes.resources.personalFinanceTools" datatype="html">
<source>personal-finance-tools</source>
<target state="translated">hulpmiddelen-voor-persoonlijke-financiën</target>
<target state="translated">hulpmiddelen-voor-persoonlijke-financien</target>
<note priority="1" from="description">kebab-case</note>
<context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context>
@ -7904,7 +7904,7 @@
</trans-unit>
<trans-unit id="rule.assetClassClusterRiskEquity.false.min" datatype="html">
<source> The equity contribution of your current investment (${equityValueRatio}%) is below ${thresholdMin}% </source>
<target state="translated">De inbreng in eigen vermogen van uw huidige investering (${equityValueRatio}%) ligt onder de ${thresholdMin}%</target>
<target state="translated">De inbreng in eigen vermogen van uw huidige investering (${equityValueRatio}%) ligt onder de ${thresholdMin}%</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">36</context>

Loading…
Cancel
Save