From b97081be0da398c348e207e033fc4a6879c7b49a Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 8 Jul 2013 13:28:11 -0300 Subject: [PATCH] Add missing locale key for stopped status Fixes #97 --- CHANGELOG.md | 1 + locales/en.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c69adac..fa51ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/locales/en.yml b/locales/en.yml index 50edd3d..fcb8819 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -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...