globetrotter-cli 0.0.10

Polyglot, type-safe internationalization
1
2
3
4
5
6
7
8
9
10
11
impl crate::Globetrotter {
    /// Format translation files.
    ///
    /// # Errors
    ///
    /// Returns an error if formatting fails.
    #[allow(clippy::todo)]
    pub fn format(self) -> Result<(), globetrotter::Error> {
        todo!();
    }
}