CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • A/B test translation problem
Pages: [1]

Author Topic: A/B test translation problem  (Read 545 times)

r4zoli

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 1
  • CiviCRM version: 4.7
  • CMS version: Wordpress
  • MySQL version: 5
  • PHP version: 5
A/B test translation problem
March 26, 2015, 10:19:30 am
mailing: 528 :The a A/B testing allows.....
translated, but translated version not used in Hungarian translation.

The string "A/B Test Name" string not in Transifex.

See attached sreenshot.

mathieu

  • Administrator
  • Ask me questions
  • *****
  • Posts: 620
  • Karma: 36
    • Work
  • CiviCRM version: 4.7
  • CMS version: Drupal
  • MySQL version: MariaDB 10
  • PHP version: 7
Re: A/B test translation problem
March 27, 2015, 05:40:42 am
Seems to be in: partials/crmMailingAB/setup.html

Code: [Select]
    <div crm-ui-field="{name: 'setupForm.abName', title: ts('Name'), help: hs('name')}" ng-if="fields.abName">
      <input
        crm-ui-id="setupForm.abName"
        name="abName"
        ng-model="abtest.ab.name"
        class="crm-form-text"
        placeholder="A/B Test Name"
        required/>
    </div>

@Coleman: would:  placeholder="{title: ts('A/B Test Name')}" be the correct syntax?
CiviCamp Montréal, 29 septembre 2017 | Co-founder / consultant / turn-key CiviCRM hosting for Quebec/Canada @ SymbioTIC.coop

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Internationalization and Localization (Moderators: Michał Mach, mathieu) »
  • A/B test translation problem

This forum was archived on 2017-11-26.