Skip to content

Commit

Permalink
feat: tranlator dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Jul 9, 2024
1 parent 0e9b8a2 commit c270d0c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions etc/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cultural_date_format": "%d-%m-%Y",
"languages": ["RNA-seq", "proteomics"],
"translation": [
{
"RNA-seq": "Gene:",
"proteomics": "Proteine:"
},
{
"RNA-seq": "Gene expression",
"proteomics": "Proteine abundance"
},
{
"RNA-seq": "Gene info",
"proteomics": "Proteine info"
}
]
}

0 comments on commit c270d0c

Please sign in to comment.