pub async fn build_templates_and_translator_for_locale(
    templates: &TemplateMap<SsrNode>,
    locale: String,
    __arg2: (&ImmutableStore, &impl MutableStore),
    translations_manager: &impl TranslationsManager,
    global_state: &Option<String>,
    exporting: bool
) -> Result<(), ServerError>
Expand description

Gets a translator and builds templates for a single locale.