From 259b24faaa253ea69219d9a1ca601e60eba6e8da Mon Sep 17 00:00:00 2001 From: gaba Date: Tue, 23 May 2017 12:53:48 -0400 Subject: [PATCH] A few strings where using -. --- client/coral-admin/src/containers/Community/People.js | 2 +- .../src/containers/Configure/ModerationSettings.js | 4 ++-- client/coral-framework/locales/en.yml | 8 ++++---- client/coral-framework/locales/es.yml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/coral-admin/src/containers/Community/People.js b/client/coral-admin/src/containers/Community/People.js index 93d975c6b..4afbe387f 100644 --- a/client/coral-admin/src/containers/Community/People.js +++ b/client/coral-admin/src/containers/Community/People.js @@ -50,7 +50,7 @@ const People = ({commenters, searchValue, onSearchChange, ...props}) => { commenters={commenters} onHeaderClickHandler={props.onHeaderClickHandler} /> - : {t('community.no-results')} + : {t('community.no_results')} } {
{t('configure.edit_comment_timeframe_heading')}

- {t('configure.edit-comment-timeframe-text-pre')} + {t('configure.edit_comment_timeframe_text_pre')}   { pattern='[0-9]+([\.][0-9]*)?' />   - {t('configure.edit-comment-timeframe-text-post')} + {t('configure.edit_comment_timeframe_text_post')}

diff --git a/client/coral-framework/locales/en.yml b/client/coral-framework/locales/en.yml index 23d54730e..fe3d43ead 100644 --- a/client/coral-framework/locales/en.yml +++ b/client/coral-framework/locales/en.yml @@ -46,12 +46,12 @@ en: moderator: Moderator newsroom_role: "Newsroom Role" no_flagged_accounts: "The Account Flags queue is currently empty." - no-results: "No users found with that user name or email address. They're hiding!" + no_results: "No users found with that user name or email address. They're hiding!" note: "Note: Banning this user will not let them edit comment or remove anything." other: Other people: People role: "Select role..." - select-status: "Select status..." + select_status: "Select status..." staff: "Staff" status: Status username_and_email: "Username and Email" @@ -85,8 +85,8 @@ en: domain_list_text: "Enter the domains you would like to permit for Talk e.g. your local staging and production environments (ex. localhost:3000 staging.domain.com domain.com)." domain_list_title: "Permitted Domains" edit_comment_timeframe_heading: "Edit Comment Timeframe" - edit-comment-timeframe-text-pre: "Commenters will have" - edit-comment-timeframe-text-post: "seconds to edit their comments." + edit_comment_timeframe_text_pre: "Commenters will have" + edit_comment_timeframe_text_post: "seconds to edit their comments." embed_comment_stream: "Embed Stream" enable_premod_links_text: "Moderators must approve any comment containing a link before its published." enable_pre_moderation: "Enable pre-moderation" diff --git a/client/coral-framework/locales/es.yml b/client/coral-framework/locales/es.yml index 678568742..4b668d104 100644 --- a/client/coral-framework/locales/es.yml +++ b/client/coral-framework/locales/es.yml @@ -46,12 +46,12 @@ es: moderator: Moderatora newsroom_role: "Rol en la redacción" no_flagged_accounts: "No hay ninguna cuenta reportada en este momento." - no-results: "No se encontraron usuarixs con ese nombre o correo." + no_results: "No se encontraron usuarixs con ese nombre o correo." note: "Nota: Suspender a este usuario no le va a permitir (al usuario) borrar ni editar ni comentar." other: Otro people: Gente role: "Seleccionar rol..." - select-status: "Seleccionar estado..." + select_status: "Seleccionar estado..." staff: "Staff" status: Estado username_and_email: "Usuario y E-mail" @@ -86,8 +86,8 @@ es: domain_list_title: "Dominios Permitidos" embed_comment_stream: "Colocar Hilo de Comentarios" edit_comment_timeframe_heading: "Periodo de Tiempo de edición del Comentario" - edit-comment-timeframe-text-pre: "Comentarios tendrán" - edit-comment-timeframe-text-post: "segundos para editar sus comentarios." + edit_comment_timeframe_text_pre: "Comentarios tendrán" + edit_comment_timeframe_text_post: "segundos para editar sus comentarios." enable_premod_links_text: "Moderadores deben aprobar todo comentario que contenga un enlace antes de que sea publicado." enable_pre_moderation: "Permitir pre-moderación" enable_pre_moderation_text: "Moderadores deben aprobar todo comentario antes que sea publicado."