Added en-GB and de-DE

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-05-21 16:39:11 +02:00
parent 4b56557d15
commit 6ca89b3bd5
16 changed files with 594 additions and 277 deletions

2
src/languages.rs Normal file
View File

@@ -0,0 +1,2 @@
pub static EN_GB: &str = include_str!("./languages/en-GB.json");
pub static DE_DE: &str = include_str!("./languages/de-DE.json");