1
2
3
4
5
6
#![no_std]

#[derive(Debug)]
pub struct UnknownLocale;

include!(concat!(env!("OUT_DIR"), "/locales.rs"));