daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

i18n.toml (331B)


      1 # (Required) The locale/language identifier of the language used in the source
      2 # code.
      3 src_locale = "en-US"
      4 
      5 # (Required) The locales that the software will be translated into.
      6 target_locales = ["de"]
      7 
      8 [gettext]
      9 # (Required) Path to the output directory, relative to `i18n.toml` of the crate
     10 # being localized.
     11 output_dir = "i18n"