Is there anyway to display the languages without hardcoding their location?
For example if it has English and Japanese, then display English at bottom and Japanese above. But if it only has Japanese then drop it in the bottom and leave top blank.
Check the image and see Aika Zero.
My code for the language is
- pmm: languages template_variables: horizontal_position: left vertical_position: bottom languages: - en use_subtitles: true style: half text: "" final_name: <<key>> back_color: "#00000000" back_height: 90 back_width: 50 position: - horizontal_offset: 80 horizontal_align: left vertical_offset: 15 vertical_align: bottom - pmm: languages template_variables: horizontal_position: left vertical_position: bottom languages: - ja style: square text: "" final_name: <<key>> back_color: "#00000000" back_height: 90 back_width: 50 position: - horizontal_offset: 30 horizontal_align: left vertical_offset: 90 vertical_align: bottom
Any help would be appreciated even if it cant be down. Thanks 🙂