Fully functional person editor

This commit is contained in:
Elias Projahn 2024-06-06 15:17:56 +02:00
parent f49f23a501
commit 3dc601e0f0
10 changed files with 214 additions and 43 deletions

View file

@ -76,7 +76,7 @@ impl MusicusTranslationEditor {
self.add_entry(&util::LANG, &self.imp().entry_row.text());
}
fn translation(&self) -> TranslatedString {
pub fn translation(&self) -> TranslatedString {
let imp = self.imp();
let mut translation = HashMap::<String, String>::new();