1.2.0 • Published 1 year ago

meddl_translate v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.2.0

1 year ago

1.1.1

1 year ago

1.1.10

1 year ago

0.2.3

3 years ago