Skip to content

Commit

Permalink
Merge pull request #2194 from kobotoolbox/change-translation-help-url
Browse files Browse the repository at this point in the history
Change "read more" URL for adding new languages
  • Loading branch information
magicznyleszek authored Feb 12, 2019
2 parents 94d88be + e6d590b commit bae00d2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion jsapp/js/components/modalForms/translationSettings.es6
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,15 @@ export class TranslationSettings extends React.Component {
<bem.FormView__cell m='translation-note'>
<p>{t('Here you can add more languages to your project, and translate the strings in each of them.')}</p>
<p><strong>{t('Please name your default language before adding languages and translations.')}</strong></p>
<p>{t('For the language code field, we suggest using the')} <a target='_blank' href='https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry'>{t('official language code')}</a> {t('(e.g. "English (en)" or "Rohingya (rhg)").')} <a target='_blank' href='http://xlsform.org/en/#multiple-language-support'>{t('Read more.')}</a></p>
<p>{t('For the language code field, we suggest using the')}
<a target='_blank' href='https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry'>
{t('official language code')}
</a>
{t('(e.g. "English (en)" or "Rohingya (rhg)").')}
<a target='_blank' href='http://support.kobotoolbox.org/creating-forms/adding-another-language-to-your-form-in-the-project-dashboard'>
{t('Read more.')}
</a>
</p>
</bem.FormView__cell>
:
<bem.FormView__cell m='label'>
Expand Down

0 comments on commit bae00d2

Please sign in to comment.