mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
Fully functional person editor
This commit is contained in:
parent
f49f23a501
commit
3dc601e0f0
10 changed files with 214 additions and 43 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue