archinstall/archinstall
Softer f0eaf40d5f Fix broken localization: tr(f-string) never matches translation catalog
tr(f'Invalid configuration: {error}') evaluates the f-string before
tr() runs, so xgettext extracts the literal placeholder as the msgid
while runtime passes the formatted string - the two never match.
Switch to tr('...{}').format(...) and update msgid in base.pot.
2026-05-04 23:26:10 +03:00
..
applications Enable power management services after package installation (#4440) 2026-04-18 12:04:14 +10:00
default_profiles Pull `ui` module one level up (#4515) 2026-05-03 23:54:42 +02:00
lib Fix broken localization: tr(f-string) never matches translation catalog 2026-05-04 23:26:10 +03:00
locales Fix broken localization: tr(f-string) never matches translation catalog 2026-05-04 23:26:10 +03:00
scripts Pull `ui` module one level up (#4515) 2026-05-03 23:54:42 +02:00
tui Pull `ui` module one level up (#4515) 2026-05-03 23:54:42 +02:00
__init__.py Convert imports to absolute imports (#4196) 2026-02-26 20:17:48 +11:00
__main__.py Replace sys.exit calls with return values (#4156) 2026-01-22 13:58:40 +11:00
examples Adding symlink to examples. 2020-07-08 12:34:22 +00:00
main.py Pull `ui` module one level up (#4515) 2026-05-03 23:54:42 +02:00