pub type R = String;
This type is used to define a simple i18n resource that does not have any dynamic variables that shall be captured by thy. R stands for Resource.
pub struct R { /* private fields */ }