]> git.proxmox.com Git - mirror_novnc.git/commit - vnc_auto.html
Use gettext .po files for translations
authorPierre Ossman <pierre@ossman.eu>
Mon, 14 Nov 2016 21:00:21 +0000 (22:00 +0100)
committerPierre Ossman <pierre@ossman.eu>
Thu, 17 Nov 2016 19:42:08 +0000 (20:42 +0100)
commit3cdc603aa45850af1e9c25a5a6f28becc6196d2c
tree0bc8472879f27e427d268d46db5b83b94ff36606
parent45729def6d7d0c4bc8327cf331554680100da3ad
Use gettext .po files for translations

This allows the same workflow as most other projects for translations.
22 files changed:
app/locale/de.js [new file with mode: 0644]
app/locale/el.js [new file with mode: 0644]
app/locale/locale-de-DE.js [deleted file]
app/locale/locale-el-GR.js [deleted file]
app/locale/locale-en-GB.js [deleted file]
app/locale/locale-nl-NL.js [deleted file]
app/locale/locale-sv-SE.js [deleted file]
app/locale/nl.js [new file with mode: 0644]
app/locale/sv.js [new file with mode: 0644]
app/ui.js
app/webutil.js
core/util.js
package.json
po/Makefile [new file with mode: 0644]
po/de.po [new file with mode: 0644]
po/el.po [new file with mode: 0644]
po/nl.po [new file with mode: 0644]
po/noVNC.pot [new file with mode: 0644]
po/po2js [new file with mode: 0755]
po/sv.po [new file with mode: 0644]
tests/test.util.js
vnc_auto.html