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

@@ -10,6 +10,6 @@ use record::{InternalRecord, InternalRecords, Oid};
pub use clock::Clock;
pub use create::{CreateDoc, IndexType};
pub use definition::{DocDef, DocFuncType};
pub use field::{Field, FieldType};
pub use field::{Field, FieldType, MissingTranslation};
pub use record::{Record, Records};
pub use session::Session;