This commit is contained in:
asonix 2019-09-01 13:06:59 -05:00 committed by Ana Gelez
parent ee253eca27
commit 3eca920593

View file

@ -1,6 +1,6 @@
//! # Rocket I18N
//!
//! A crate to help you internationalize your Actix or Actix Web applications.
//! A crate to help you internationalize your Rocket or Actix Web applications.
//!
//! It just selects the correct locale for each request, and return the corresponding `gettext::Catalog`.
//!