-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing fonts in the OOBE #172
Comments
To keep a log of experiments, the following three packages we can cover an expressive amount of users who speak Japanese, Chinese or Korean: |
The problem is that ipafonts and unfonts-core are in universe. There are currently 102 fonts on the live image: |
Okay so maybe the approach should be different and remove some of the languages that are wrongly displayed, then find a balance between the size of the image (and fonts that should be added) and the list of languages available in the list. What is the list of languages that are wrongly displayed and the corresponding font to support that language with its compressed size? |
We currently lack translations for most of the languages we would need fonts for. Of course this may change at any time, but for now those are the languages we have at least partial translations but lack fonts for, alongside with the packages that may provide those fonts and their compressed sizes.
|
My plan is to sort out whether will we add any fonts or not and keep the inventory of languages for which we lack font support in the Flutter GUI code. With that we don't completely remove those languages from the UI list, but instead just avoid the UI from changing itself when users select any of those. It will still be possible for users to submit any of those languages to Subiquity to get the locale and language-packs installed in the end, if they wanted to. During the whole installation process, though, the UI will stay in the default locale (English). |
If you wan to see the complete view of which languages require specific fonts as of now and to what extent their WSL UI strings have been translated so far, there you go:
|
Thank you for the analysis. We cannot afford to add more than 60MB to the image and we plan to move the OOBE entirely to Windows so for the moment, lets decide not to add any font and go with your idea to add a list of languages to keep in English. |
There are several missing fonts in the OOBE.
If it's languages we do not support they should be removed.
If we support these languages then the fonts should be added, but then the impact on image size must be estimated.
The text was updated successfully, but these errors were encountered: