iosphere / elm-i18n

Localization for Elm apps as a pre-build phase with import and export between elm code and CSV/PO
MIT License
73 stars 6 forks source link

Empty output with no error messages #12

Open jrootham opened 6 years ago

jrootham commented 6 years ago

I get an empty export.po file and no error messages, instead of a filled in English .po file. Using the command:

elm-i18n-generator --format PO --language En --export Directory structure

nothing ├── src/ │ ├── Main.elm │ └──>Translation .-> ../Translation/En/ └── Translation/ ├── En/ │ └── Main.elm (module Translation.Main) └── Fr/