mirror of https://github.com/cutefishos/calamares
Enable the correct language in the locale.gen list
the original code does not distinguish the document comments inside the locale.gen file from the real locale list. The language was then enabled from the header comments of the file instead of the correct value in the list. The new code verify tha the complete locale string is just after the first character of the string, enablig only the correct value of the locale list. An example: # en_US.UTF-8 UTF-8 --> document header, should not be enabled #en_US.UTF-8 UTF-8 --> correct section to enable Related to this request: https://code.chakralinux.org/tools/calamares-chakra/issues/2main
parent
561ba6bda8
commit
382c193afa
Loading…
Reference in New Issue