add: developer panel
This commit is contained in:
parent
ebded00fd3
commit
39574df691
44 changed files with 982 additions and 84 deletions
crates/l10n
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tetratto-l10n"
|
||||
version = "6.0.0"
|
||||
version = "7.0.0"
|
||||
edition = "2024"
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
|
|
@ -59,7 +59,7 @@ impl LangFile {
|
|||
}
|
||||
}
|
||||
|
||||
/// Read the `langs` directory and return a [`Hashmap`] containing all files
|
||||
/// Read the `langs` directory and return a Hashmap containing all files
|
||||
pub fn read_langs() -> HashMap<String, LangFile> {
|
||||
let mut out = HashMap::new();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue