🍻 Tercera revista a las traducciones por contexto
This commit is contained in:
parent
88d6ce2a72
commit
dd443ca375
21 changed files with 415 additions and 252 deletions
|
|
@ -4,6 +4,9 @@ pub use context::{ContextOp, RenderContext};
|
|||
mod definition;
|
||||
pub use definition::{component_mut, component_ref, AnyComponent, BaseComponent, ComponentTrait};
|
||||
|
||||
mod default;
|
||||
pub(crate) use default::DefaultComponent;
|
||||
|
||||
mod arc;
|
||||
pub use arc::ComponentArc;
|
||||
|
||||
|
|
@ -19,3 +22,6 @@ pub use renderable::{IsRenderable, Renderable};
|
|||
|
||||
mod html_markup;
|
||||
pub use html_markup::HtmlMarkup;
|
||||
|
||||
mod l10n;
|
||||
pub use l10n::L10n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue