From 9cceb12f5465e9822101a3e17284b02d84325c0f Mon Sep 17 00:00:00 2001 From: pvshvp-oss Date: Mon, 13 May 2024 17:20:57 -0500 Subject: [PATCH] docs: Update module doc for i18n.rs --- paxy/src/app/i18n.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paxy/src/app/i18n.rs b/paxy/src/app/i18n.rs index 6206803..fcc1bcb 100644 --- a/paxy/src/app/i18n.rs +++ b/paxy/src/app/i18n.rs @@ -1,3 +1,5 @@ +//! Translation/Internationalization/Regionalization. + // TODO: Add code here // region: ERRORS