From c270d0cb18b8e912f5db38f1f7319780276d3266 Mon Sep 17 00:00:00 2001 From: ESCRI11 Date: Tue, 9 Jul 2024 11:33:41 +0200 Subject: [PATCH] feat: tranlator dictionary --- etc/translation.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/translation.json diff --git a/etc/translation.json b/etc/translation.json new file mode 100644 index 000000000..1f1e13c3b --- /dev/null +++ b/etc/translation.json @@ -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" + } + ] + } \ No newline at end of file