archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
6.36k stars 545 forks source link

Simplify translation call in f-string #2826

Closed svartkanin closed 1 week ago

svartkanin commented 1 week ago

Inside an f-string there's no need to use f'str(_('test'))' but can simply be f'{_('test')}'