pub fn add_meaning(
    translations: &mut Translations,
    meaning: &Node<'_, '_>
) -> Result<(), TranslationError>