JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
63 stars 9 forks source link

[BUG] All Languages not available in the installer #57

Closed noelmiller closed 8 months ago

noelmiller commented 8 months ago

Describe the bug Only English is available in the installer.

To Reproduce Steps to reproduce the behavior: Create an ISO and boot from it

Expected behavior All languages should be present

Screenshots image

Additional context This was fixed at one point with a PR, not sure if it got reverted somehow.

noelmiller commented 8 months ago

Might be related to this change: https://github.com/JasonN3/build-container-installer/blob/df936e3365f994db4e5e0683d7e3cd97b9f37768/Makefile#L165-L166 https://github.com/JasonN3/build-container-installer/blob/df936e3365f994db4e5e0683d7e3cd97b9f37768/Makefile#L187-L188

I believe when this was originally working properly, we just straight up removed the language macros file and did not move it and restore it.