[PATCH conductor] Fixing translation missing for to_sentence method

Tomas Sedovic tsedovic at redhat.com
Wed Feb 1 14:17:29 UTC 2012


On 02/01/2012 02:19 PM, ifarkas at redhat.com wrote:
> From: Imre Farkas<ifarkas at redhat.com>
>
> This patch fixes the translation missing error messages caused by the usage of
> to_sentence by adding the appropriate keys to en.yml
> ---
>   src/config/locales/en.yml |    5 +++++
>   1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
> index 71cdb65..d6258ef 100644
> --- a/src/config/locales/en.yml
> +++ b/src/config/locales/en.yml
> @@ -1273,3 +1273,8 @@ en:
>         target_image_not_found: Could not find TargetImage %{targetimage}
>         target_image_not_found_for_account: Could not find an appropriate target image for account %{account}
>         target_not_found: Could not find Target %{target}
> +  support:
> +    array:
> +      words_connector: ', '
> +      two_words_connector: ' and '
> +      last_word_connector: ', and '

ACK



More information about the aeolus-devel mailing list