0.0.17 • Published 7 months ago

ep_translations v0.0.17

Weekly downloads
3
License
ISC
Repository
github
Last release
7 months ago

ep_translations

A Plugin to override Etherpad and it's plugins translations

This plugin uses separate translations folder that contains files which override all other translations. As all plugins are translated separately in each project, there might me cases where translations are missing for some languages. Also sometimes translations might not be as accurate or look a little clumsy. This plugin can load translations from separate Git repository on the go, or use static committed files that are stored in /src/ep_translations folder.

For git config details look: https://github.com/strugee/node-git-clone-or-pull

Plugin config for using Git:

"ep_translations":{
    "type": "git",
    "path": "<path to git repo>",
    "branch" "<branch name>", //name of branch, if not set, default is master
    "implementation": "<name of implementation>" //if not set, default is nodegit
    "savePath": "/path/to/translaions/location" //by default is set to node_modules/ep_translations/locales
  }

Credits

0.0.17

7 months ago

0.0.16

1 year ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.11

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago