mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03:00
committed by
Johannes Altmanninger
parent
9af85f4c3b
commit
b8662f9c7f
@@ -7,15 +7,13 @@
|
||||
|
||||
#[cfg(feature = "localize-messages")]
|
||||
mod gettext_impl {
|
||||
use crate::env::{EnvStack, Environment};
|
||||
use fish_gettext_maps::CATALOGS;
|
||||
use once_cell::sync::Lazy;
|
||||
use std::{collections::HashSet, sync::Mutex};
|
||||
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
use fish_gettext_maps::CATALOGS;
|
||||
type Catalog = &'static phf::Map<&'static str, &'static str>;
|
||||
|
||||
use crate::env::{EnvStack, Environment};
|
||||
|
||||
/// Tries to find catalogs for `language`.
|
||||
/// `language` must be an ISO 639 language code, optionally followed by an underscore and an ISO
|
||||
/// 3166 country/territory code.
|
||||
|
||||
Reference in New Issue
Block a user