mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 10:16:03 -04:00

Revert to the plain old 'i18n_resources_list.txt' file. Auto discovering of i18n file has a main flaw (and a small bug): - The main flaw is that rerun the configure will not detect new translation files. It means that if we use cache in our CI, new translation will not be included. - The bug is that on Windows, meson fails with a error about a non existent `` (empty) file name. I suppose it is because python replace `\n` by `\r\n` on Windows, and the the `.strip().split('\n')` keeps empty lines. The small bug could be fixed, but the main flaw make the whole better if we use a script to generate the listing. This commit is somehow a half revert of 2eff5b55a615da76e85869c766a0d57d67431f31