Metadata-Version: 2.1
Name: render-engine-theme-kjaymiller
Version: 2023.10.1a1
Summary: Internationalization and Localization for Render Engine
Project-URL: homepage, https://example.com
Project-URL: repository, https://github.com/kjaymiller/render-engine-theme-kjaymiller
Project-URL: documentation, https://example.com/docs
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: render-engine==2023.10.1
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

# render-engine-i18n
Plugin that adds internationalization

This is the initial plan
Type: Plugin

MVP: Create a second route under the language with all the pages. Check for pages in the base and raise an error if base_page doesn't exist.

```
site_settings:
    languages: ['en', 'es', ...]
    default_language: 'en'
```

create a page at the same routes if there is an `en` page there. It will ignore routes. If the page doesn't exist, default to the default_language and add a variable `missing_language` eq true.
