[PATCH conductor] Fixed 2 keys/values for successful conversion YAML to PO file

Jozef Zigmund jzigmund at redhat.com
Mon Feb 6 17:41:29 UTC 2012


On Friday 03 February 2012 17:02:28 you wrote:
> From: Jozef Zigmund <jzigmund at redhat.com>
> 
> ---
>  src/app/views/pool_families/_list.html.haml |    2 +-
>  src/config/locales/en.yml                   |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/src/app/views/pool_families/_list.html.haml
> b/src/app/views/pool_families/_list.html.haml index 8be3fd8..40ca206 100644
> --- a/src/app/views/pool_families/_list.html.haml
> +++ b/src/app/views/pool_families/_list.html.haml
> @@ -40,7 +40,7 @@
>              %td= pool.statistics[:quota_percent]
>              %td= pool.statistics[:used_quota]
>              %td= pool.statistics[:available_quota].nil? ? raw('&infin;') :
> pool.statistics[:available_quota] -            %td= pool.enabled? ?
> t("pool_families.index.yes") : t("pool_families.index.no") +           
> %td= pool.enabled? ? t("pool_families.index.answer_yes") :
> t("pool_families.index.answer_no") %td= link_to pool.catalogs.first.name,
> catalog_path(pool.catalogs.first) if pool.catalogs.any? %td= link_to
> t(:edit), edit_pool_path(pool), :class => 'pool_family_button' %tr
> diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
> index b5dfc05..096d38f 100644
> --- a/src/config/locales/en.yml
> +++ b/src/config/locales/en.yml
> @@ -589,8 +589,8 @@ en:
>        available_instances: "Available Inst."
>        failed_instances: "Failed Inst."
>        enabled: Enabled
> -      yes: Yes
> -      no: No
> +      answer_yes: "Yes"
> +      answer_no: "No"
>        catalog: "Catalog"
>        total_statistics: TOTAL
>      new:

Self-acked & pushed



More information about the aeolus-devel mailing list