set up for de and fr translations

This commit is contained in:
Grahame Grieve
2024-03-21 06:34:40 +11:00
parent 8e9a573c02
commit 5b25ff46e7
14 changed files with 4696 additions and 3754 deletions

View File

@@ -38,4 +38,7 @@ test comment for display
<start value="2001-01-01"/>
</period>
</name>
<maritalStatus>
<text value="Married"/>
</maritalStatus>
</Patient>

View File

@@ -232,5 +232,25 @@
<code value="showsource"/>
<value value="true"/>
</parameter>
<parameter>
<code value="i18n-default-lang"/>
<value value="en"/>
</parameter>
<parameter>
<code value="i18n-lang"/>
<value value="de"/>
</parameter>
<parameter>
<code value="i18n-lang"/>
<value value="fr"/>
</parameter>
<parameter>
<code value="translation-sources"/>
<value value="input/translations-de"/>
</parameter>
<parameter>
<code value="translation-sources"/>
<value value="input/translations-fr"/>
</parameter>
</definition>
</ImplementationGuide>

View File

@@ -0,0 +1,7 @@
# en -> de
#: CodeableConcept.text
#. A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
msgid "Married"
msgstr "Verheiratet"

View File

@@ -0,0 +1,7 @@
# en -> fr
#: CodeableConcept.text
#. A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
msgid "Married"
msgstr "Marié"