Add missing locale key for stopped status

Fixes #97
This commit is contained in:
Fabio Rehm 2013-07-08 13:28:11 -03:00
parent e4504090f8
commit b97081be0d
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,7 @@ FEATURES:
BUG FIXES:
- Add translation for stopped status [#97](https://github.com/fgrehm/vagrant-lxc/issues/97)
- Enable retries when fetching container state [#74](https://github.com/fgrehm/vagrant-lxc/issues/74)
- Fix error when setting Debian boxes hostname from Vagrantfile [#91](https://github.com/fgrehm/vagrant-lxc/issues/91)
- BTRFS-friendly base boxes [#81](https://github.com/fgrehm/vagrant-lxc/issues/81)

View file

@ -17,8 +17,12 @@ en:
force_shutdown: |-
Forcing shutdown of container...
# TODO: Review messages below
vagrant:
commands:
status:
stopped: |-
The container is currently stopped. Run `vagrant up` to bring it up again.
actions:
lxc:
compressing_rootfs: Compressing container's rootfs...