Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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