>>> IO.putStrLn $ transliterate (trans "name-any; ru") "\\N{RABBIT FACE} Nu pogodi!"
🐰 Ну погоди!
>>> IO.putStrLn $ transliterate (trans "nl-title") "gelderse ijssel"
Gelderse IJssel
>>> IO.putStrLn $ transliterate (trans "ja") "Amsterdam"
アムステルダム
- to see available outputs (targets), run
nix flake show --allow-import-from-derivation
- with
flakes
andnix command
enabled, runto be dropped into anix develop -Lv
devShell
or, alternatively, if you usedirenv
, rundirenv allow
- to build and run the tests, run
nix build -Lv
- refer to the flake parts and the haskell flake documentations if you want to change the flake configs