Skip to content

Commit 65ef220

Browse files
committed
Add noto-fonts to font package selection
1 parent e8c66c8 commit 65ef220

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

archinstall/lib/applications/application_menu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ async def select_firewall(preset: FirewallConfiguration | None = None) -> Firewa
237237

238238
async def select_fonts(preset: FontsConfiguration | None = None) -> FontsConfiguration | None:
239239
descriptions = {
240+
FontPackage.NOTO: tr('Unicode font coverage for most languages'),
240241
FontPackage.EMOJI: tr('color emoji for browsers and apps'),
241242
FontPackage.CJK: tr('Chinese, Japanese, Korean characters'),
242243
}

archinstall/lib/models/application.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class FirewallConfigSerialization(TypedDict):
4040

4141

4242
class FontPackage(StrEnum):
43+
NOTO = 'noto-fonts'
4344
EMOJI = 'noto-fonts-emoji'
4445
CJK = 'noto-fonts-cjk'
4546

archinstall/locales/base.pot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,6 +1946,9 @@ msgstr ""
19461946
msgid "Select font packages to install"
19471947
msgstr ""
19481948

1949+
msgid "Unicode font coverage for most languages"
1950+
msgstr ""
1951+
19491952
msgid "color emoji for browsers and apps"
19501953
msgstr ""
19511954

archinstall/locales/uk/LC_MESSAGES/base.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,6 +1887,9 @@ msgstr "Додаткові шрифти"
18871887
msgid "Select font packages to install"
18881888
msgstr "Оберіть пакети шрифтів для встановлення"
18891889

1890+
msgid "Unicode font coverage for most languages"
1891+
msgstr "покриття шрифтами Unicode для більшості мов"
1892+
18901893
msgid "color emoji for browsers and apps"
18911894
msgstr "кольорові емодзі для браузерів та програм"
18921895

0 commit comments

Comments
 (0)