1.1.1 • Published 5 months ago

rollup-plugin-drupal-interface-translations v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Rollup Plugin for Drupal to Extract Interface Translations

This is a Rollup plugin that helps you to translation strings in JavaScript that are used in Drupal websites.

Based on DrupalTranslationsWebpackPlugin.

Installation

npm install --save-dev rollup-plugin-drupal-interface-translations

Usage

import drupalInterfaceTranslations from 'rollup-plugin-drupal-interface-translations';

// https://rollupjs.org/configuration-options/
export default {
  input: 'main.js',
  plugins: [drupalInterfaceTranslations()],
};

This plugin can be used with Vite.

import { defineConfig } from 'vite';
import drupalInterfaceTranslations from 'rollup-plugin-drupal-interface-translations';

// https://vitejs.dev/config/
export default defineConfig({
  build: {
    rollupOptions: {
      input: 'main.js',
      plugins: [drupalInterfaceTranslations()],
    },
  },
});

Options

filterOptions

Defines the files that are included in and excluded from interface translation extraction.

There are the parameters for the createFilter function in @rollup/pluginutils.

output

Type : string

Default : "translations/{MODULE_NAME}.pot"

The file path relative of the .pot (portable object template) file that this plugin will generate.


The Exploratorium is a 501(c)(3) nonprofit organization. Our tax ID #: 94-1696494

https://www.exploratorium.edu

1.1.1

5 months ago

1.0.39

6 months ago

1.0.38

6 months ago

1.0.33

8 months ago

1.0.32

8 months ago

1.0.31

8 months ago

1.0.30

8 months ago

1.0.37

6 months ago

1.0.36

7 months ago

1.0.35

8 months ago

1.0.34

8 months ago

1.0.29

9 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.26

9 months ago

1.0.19

11 months ago

1.0.22

10 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.18

11 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago