Got universal strings to notify for missing translations.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-03-16 13:30:55 -04:00
parent 2f078bdf32
commit 92c5ac768b
4 changed files with 147 additions and 12 deletions

View File

@@ -5,7 +5,6 @@ mod mtterror;
pub mod name;
mod queue;
pub use action::*;
use document::{Clock, CreateDoc, Session};
use message::{wrapper::Message, MessageAction};
use queue::{
@@ -18,6 +17,8 @@ use std::{
};
use uuid::Uuid;
pub use action::*;
pub use document::MissingTranslation;
pub use mtterror::{ErrorID, MTTError};
pub use name::{Name, NameType};
pub use queue::data_director::{Include, Path};