.editorconfig
.pre-commit-config.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
elm-package.json
release.sh
requirements_dev.txt
runtests.py
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/dates.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/numbers.rst
docs/overview.rst
docs/tutorial.rst
docs/_static/notifications_app.png
docs/tutorial_code/post/Notifications.elm
docs/tutorial_code/post/elm-package.json
docs/tutorial_code/post/notifications.html
docs/tutorial_code/post/locales/en/notifications.ftl
docs/tutorial_code/pre/Notifications.elm
docs/tutorial_code/pre/elm-package.json
docs/tutorial_code/pre/notifications.html
elm_src/Fluent.elm
src/elm_fluent/__init__.py
src/elm_fluent/cli.py
src/elm_fluent/codegen.py
src/elm_fluent/compiler.py
src/elm_fluent/elm_fluent.py
src/elm_fluent/exceptions.py
src/elm_fluent/html_compiler.py
src/elm_fluent/run.py
src/elm_fluent/types.py
src/elm_fluent.egg-info/PKG-INFO
src/elm_fluent.egg-info/SOURCES.txt
src/elm_fluent.egg-info/dependency_links.txt
src/elm_fluent.egg-info/entry_points.txt
src/elm_fluent.egg-info/not-zip-safe
src/elm_fluent.egg-info/requires.txt
src/elm_fluent.egg-info/top_level.txt
src/elm_fluent/stubs/__init__.py
src/elm_fluent/stubs/date.py
src/elm_fluent/stubs/defaults.py
src/elm_fluent/stubs/fluent.py
src/elm_fluent/stubs/html.py
src/elm_fluent/stubs/html_attributes.py
src/elm_fluent/stubs/intl_datetimeformat.py
src/elm_fluent/stubs/intl_locale.py
src/elm_fluent/stubs/intl_numberformat.py
src/elm_fluent/stubs/intl_pluralrules.py
src/elm_fluent/stubs/intl_timezone.py
src/elm_fluent/stubs/string.py
tests/__init__.py
tests/test_cli.py
tests/test_codegen.py
tests/test_compiler.py
tests/test_end_to_end.py
tests/test_types.py
tests/utils.py
tests/test_project/Fluent.elm
tests/test_project/Main.elm
tests/test_project/elm-package.json
tests/test_project/main.html
tests/test_project/locales/en/main.ftl
tests/test_project/locales/en/other.ftl
tests/test_project/locales/tr/main.ftl