| 1 |
/* $Id$ */ |
/* $Id: potx_test.js,v 1.1.4.2 2009/11/17 12:33:17 goba Exp $ */ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* Test Drupal.t and Drupal.formatPlural() invocation. |
* Test Drupal.t and Drupal.formatPlural() invocation. |
| 7 |
Drupal.t('Test string in JS'); |
Drupal.t('Test string in JS'); |
| 8 |
Drupal.formatPlural(count, '1 test string in JS', '@count test strings in JS'); |
Drupal.formatPlural(count, '1 test string in JS', '@count test strings in JS'); |
| 9 |
Drupal.t('Another test string in JS', {'test': Drupal.t('Embedded test string in JS')}); |
Drupal.t('Another test string in JS', {'test': Drupal.t('Embedded test string in JS')}); |
| 10 |
|
Drupal.t(''); |