fix: Re-export api structs (#2515)

* fix: Re-export api structs

* whoops
This commit is contained in:
Fabian-Lars
2025-03-10 13:57:17 +01:00
committed by GitHub
parent e54cfcb261
commit a1b3fa27f1
8 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ pub fn exe_extension() -> &'static str {
std::env::consts::EXE_EXTENSION
}
/// Returns the current operating system locale with the `BCP-47` language tag. If the locale couldnt be obtained, `None` is returned instead.
/// Returns the current operating system locale with the `BCP-47` language tag. If the locale couldn't be obtained, `None` is returned instead.
pub fn locale() -> Option<String> {
sys_locale::get_locale()
}