Closed JarbasAl closed 1 month ago
@JarbasAl @goldyfruit I’d love to give this a try! It’s been a while since I have not contributed to installer
If I'm correct this issue has two parts
@JarbasAl @goldyfruit I’d love to give this a try! It’s been a while since I have not contributed to installer
Sure
- Writing Ansible roles to run the autoconfigure command
This is not gonna be a new role but just a new task (maybe two).
- Adding an option in the TUI to select the default language (I’m unsure if we should provide a selection menu with options, allow the user to input an ISO language code, or both).
There is already a TUI for selecting the language and based on the selected language, the ISO code is generated; https://github.com/OpenVoiceOS/ovos-installer/blob/main/tui/language.sh
@goldyfruit @JarbasAl I have a couple of questions:
en-au
, en-gb
, or en-us
? The TUI defaults to en-us since it's the default for finalize.yaml
or inside the venv
folder?
- We currently have the supported configs listed here. If a user selects English, how do we determine whether it's
en-au
,en-gb
, oren-us
? The TUI defaults to en-us since it's the default for
We can't for now maybe in the future.
- This might be a basic question, but in which file should I write the Ansible roles
finalize.yaml
or inside thevenv
folder?
I would add the task to https://github.com/OpenVoiceOS/ovos-installer/blob/main/ansible/roles/ovos_installer/tasks/ovos.yml
from https://github.com/OpenVoiceOS/ovos-config/pull/158