Skip to content

Commit

Permalink
Merge pull request #21 from obophenotype/dutch_translations
Browse files Browse the repository at this point in the history
added new translations by Lex
  • Loading branch information
matentzn authored Dec 11, 2024
2 parents 0cb3e5f + 20d0873 commit e88dbd7
Show file tree
Hide file tree
Showing 4 changed files with 51,911 additions and 51,843 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ sort-%: babelon/hp-%.babelon.tsv babelon/hp-%.synonyms.tsv
mv tmp/$*_synonyms_sorted.tsv babelon/hp-$*.synonyms.tsv

clean-%: babelon/hp-%.babelon.tsv babelon/hp-%.synonyms.tsv
sed -E 's/\t[[:space:]]+/\t/g; s/[[:space:]]+\t/\t/g' babelon/hp-$*.babelon.tsv > temp.tsv && mv temp.tsv babelon/hp-$*.babelon.tsv
sed -E 's/\t[[:space:]]+/\t/g; s/[[:space:]]+\t/\t/g' babelon/hp-$*.synonyms.tsv > temp.tsv && mv temp.tsv babelon/hp-$*.synonyms.tsv
sed -E 's/\t[ ]+/\t/g; s/[ ]+\t/\t/g' babelon/hp-$*.babelon.tsv > temp.tsv && mv temp.tsv babelon/hp-$*.babelon.tsv
sed -E 's/\t[ ]+/\t/g; s/[ ]+\t/\t/g' babelon/hp-$*.synonyms.tsv > temp.tsv && mv temp.tsv babelon/hp-$*.synonyms.tsv

clean-all:
$(MAKE) clean-pt clean-de clean-fr clean-pt clean-zh
Expand Down
2 changes: 1 addition & 1 deletion babelon/hp-fr.synonyms.tsv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
subject_id translation_value comment Status Line number
ID AL oboInOwl:hasExactSynonym@fr
HP:0000003 Dysplasie rénale polykystique synonyms of HP:0000003 (Multicystic kidney dysplasia) ; abnormality of the genitourinary system OFFICIAL 1642
HP:0000005 Mode d'héritage synonyms of HP:0000005 (Mode of inheritance) ; inheritance OFFICIAL 11789
HP:0000005 Transmission synonyms of HP:0000005 (Mode of inheritance) ; inheritance OFFICIAL 1589
Expand Down Expand Up @@ -11814,4 +11815,3 @@ HP:3000075 Abnormality of lingual nerve synonyms of HP:3000075 (Abnormal lingual
HP:3000077 Abnormality of mandible condylar process synonyms of HP:3000077 (Abnormal mandible condylar process morphology) ; abnormality of head or neck ; abnormality of the skeletal system NOT_TRANSLATED 7558
HP:3000078 Abnormality of mandible coronoid process synonyms of HP:3000078 (Abnormal mandible coronoid process morphology) ; abnormality of head or neck ; abnormality of the skeletal system NOT_TRANSLATED 7560
HP:3000079 Abnormality of mandible symphysis synonyms of HP:3000079 (Abnormality of mandibular symphysis) ; abnormality of the skeletal system NOT_TRANSLATED 7559
ID AL oboInOwl:hasExactSynonym@fr
Loading

0 comments on commit e88dbd7

Please sign in to comment.