Like Drupal 7, there are functions available on the global Drupal object to translate or format plural values. When writing JavaScript, text wrapped in Drupal.t and Drupal.formatPlural provide functionality similar to t() and format_plural() in PHP.
Like Drupal 7, there are functions available on the global Drupal object to translate or format plural values. When writing JavaScript, text wrapped in Drupal.t and Drupal.formatPlural provide functionality similar to t() and format_plural() in PHP.