set up for de and fr translations
This commit is contained in:
@@ -38,4 +38,7 @@ test comment for display
|
||||
<start value="2001-01-01"/>
|
||||
</period>
|
||||
</name>
|
||||
<maritalStatus>
|
||||
<text value="Married"/>
|
||||
</maritalStatus>
|
||||
</Patient>
|
||||
@@ -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>
|
||||
|
||||
7
input/translations-de/Patient-example.po
Normal file
7
input/translations-de/Patient-example.po
Normal 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"
|
||||
|
||||
7
input/translations-fr/Patient-example.po
Normal file
7
input/translations-fr/Patient-example.po
Normal 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é"
|
||||
|
||||
Reference in New Issue
Block a user