meddl_translate

Crates.iomeddl_translate
lib.rsmeddl_translate
version1.2.1
sourcesrc
created_at2021-06-21 21:26:37.528203
updated_at2024-01-14 03:15:45.84412
descriptionTranslate German to Meddlfrängisch.
homepagehttps://github.com/CodeF0x/meddl_translate/
repositoryhttps://github.com/CodeF0x/meddl_translate/
max_upload_size
id413101
size108,659
Tobi (CodeF0x)

documentation

README

meddl_translate

Translates German to Meddlfrängisch. If you don't know what that is, this is not for you.

Example:

fn main() {
  println!("{}", meddl_translate::translate("Hallo"));
}

There's also other examples available:

$ cargo run --example hello
$ cargo run --example long-text

Exceptions

It's possible to exclude words that should not be translated, e. g. "den" by adding it to the "ignored" array in the translation file:

"ignored": [
  "den"
]

To see it in action, run:

$ cargo run --example ignored

Translations file

A dictionary can be found in the src directory.

Commit count: 58

cargo fmt