Skip to content

Plupload in Your Language

Davit Barbakadze edited this page Sep 10, 2013 · 11 revisions

Currently Plupload is translated into 30+ languages. Since in the Core API there is nothing to translate really, except the error messages, translations on big part cover the widgets (UI and Queue).

We bundle language packs with the Plupload packages - they are available under js/i18n/ folder. Alternatively you can download them from the GitHub.

To activate the language pack all you need to do is include the corresponding file after the Plupload scripts, e.g.:

...
<script type="text/javascript" src="../../js/plupload.full.min.js"></script>
<script type="text/javascript" src="../../js/jquery.ui.plupload/jquery.ui.plupload.js"></script>

<!-- activate Georgian translation -->
<script type="text/javascript" src="../../js/i18n/ka.js"></script>
...

Contribute

In case you are not satisfied with the quality of translation, or if there's no language pack for your language at all, you can contribute yourself. We've moved our language management facilities to Transifex. You can easily create an account on there and join translation team for your language or request a new one.

Notice: we used to accept the pull requests with translations in the past, but we've deprecated this approach now. Try Transifex.