Update POTFILES.in

This commit is contained in:
Dimitri John Ledkov 2019-05-22 16:13:00 +01:00
parent ddaf916ea6
commit c16ec51a9f
1 changed files with 11 additions and 0 deletions

View File

@ -7,6 +7,7 @@ subiquity/controllers/proxy.py
subiquity/controllers/welcome.py subiquity/controllers/welcome.py
subiquitycore/controllers/network.py subiquitycore/controllers/network.py
subiquitycore/i18n.py subiquitycore/i18n.py
subiquitycore/models/network.py
subiquitycore/ui/form.py subiquitycore/ui/form.py
subiquitycore/ui/interactive.py subiquitycore/ui/interactive.py
subiquitycore/ui/views/network_configure_manual_interface.py subiquitycore/ui/views/network_configure_manual_interface.py
@ -14,11 +15,21 @@ subiquitycore/ui/views/network_configure_wlan_interface.py
subiquitycore/ui/views/network.py subiquitycore/ui/views/network.py
subiquity/models/filesystem.py subiquity/models/filesystem.py
subiquity/ui/mount.py subiquity/ui/mount.py
subiquity/ui/views/filesystem/compound.py
subiquity/ui/views/filesystem/delete.py
subiquity/ui/views/filesystem/disk_info.py subiquity/ui/views/filesystem/disk_info.py
subiquity/ui/views/filesystem/filesystem.py subiquity/ui/views/filesystem/filesystem.py
subiquity/ui/views/filesystem/guided.py subiquity/ui/views/filesystem/guided.py
subiquity/ui/views/filesystem/lvm.py
subiquity/ui/views/filesystem/partition.py subiquity/ui/views/filesystem/partition.py
subiquity/ui/views/filesystem/probing.py
subiquity/ui/views/filesystem/raid.py
subiquity/ui/views/identity.py subiquity/ui/views/identity.py
subiquity/ui/views/installprogress.py subiquity/ui/views/installprogress.py
subiquity/ui/views/keyboard.py subiquity/ui/views/keyboard.py
subiquity/ui/views/mirror.py
subiquity/ui/views/proxy.py subiquity/ui/views/proxy.py
subiquity/ui/views/refresh.py
subiquity/ui/views/snaplist.py
subiquity/ui/views/ssh.py
subiquity/ui/views/welcome.py