subiquity:i18n-wip

Last commit made on 2015-12-02
Get this branch:
git clone -b i18n-wip https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
i18n-wip
Repository:
lp:subiquity

Recent commits

b72bf3c... by Kick In

simplified list, start work of refreshing views to switch between translations

d269266... by Kick In

Update button labels, add translations, network still wip

b9453cf... by Kick In

List language from localchooser, still locale file for now

66b5138... by Kick In

Switchable

8f2bb74... by Kick In

First steps (baby steps)

bd31dea... by Ryan Harper

Fix lint in actions.py

make check missed when fixing wiping superblock by default

Signed-off-by: Ryan Harper <email address hidden>

67a1744... by Ryan Harper

Bump subiquity version for release

Signed-off-by: Ryan Harper <email address hidden>

6f0a7cb... by Ryan Harper

NetAction should initialize params and subnets

We initialized params and subnets to empty lists.
Params is expected to be a dictionary while subnets
is a list.

Signed-off-by: Ryan Harper <email address hidden>

cca4ff1... by Ryan Harper

Always wipe disks by default

Update DiskAction to defaulting to wipe the superblock

Signed-off-by: Ryan Harper <email address hidden>

cebce4d... by Ryan Harper

Fix add-raid-dev signal

Rework of the menu signals broke add-raid-dev by mapping a
menu signal to a completion signal. Revert add-raid-dev back
to non-menu signal to fix.

Signed-off-by: Ryan Harper <email address hidden>