jhpyle / docassemble

A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown.
https://docassemble.org
MIT License
768 stars 252 forks source link

Setting new language doesn´t work #755

Closed guidupas closed 5 months ago

guidupas commented 5 months ago

I have set the pt-br language in the configuration file and it does not work. Nothing is translated.

Everything is still in English.

Screenshot from 2024-03-19 14-12-15 Screenshot from 2024-03-19 14-12-22

jhpyle commented 5 months ago

What did you set language to? https://docassemble.org/docs/config.html#language

guidupas commented 5 months ago

Here is the configuration

Screenshot from 2024-03-19 14-41-24

jhpyle commented 5 months ago

The pt-br-words.yml file defines translations for the language pt, so if you set language: pt-br, it won't use the translations in the pt-br-words.yml file.

guidupas commented 5 months ago

It worked! Thank you very much