Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.31 KB

File metadata and controls

23 lines (20 loc) · 1.31 KB

Crates.io Version

Multi Language Transformer (for yomichan_rs)

Roadmap (Soft Priority Ordering)

  • Japanese
  • English
  • Spanish
  • Arabic
  • Farsi
  • Russian
  • Korean
  • Italian

Adding a new language

Rough Outline

  • Fork this repo's main branch, then make a branch for your PR.
  • Find new language/<iso> folder from Yomitan
  • Translate <iso>.transforms (and helper) files to rust
    • Convert Yomitan's LanguageTransformer js tests to rust tests at the bottom of the new files.