WebRTC audio/video call and conferencing server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Simon Eisenmann ce6033bc7b Properly encode languages as JSON. 13 years ago
..
helpers Properly encode languages as JSON. 13 years ago
Makefile Added support for combined language codes. 13 years ago
README.txt Allow easy extensions of supported languages. 13 years ago
babel.cfg Initial public release. 13 years ago
messages-de.po Removed option to set 1080p video resolution as it does not seem likely that Chrome will get this any time soon (see https://code.google.com/p/webrtc/issues/detail?id=1750). 13 years ago
messages-ko.po Enabled Korean translation. 13 years ago
messages-zh-cn.po Properly encode languages as JSON. 13 years ago
messages.pot Removed option to set 1080p video resolution as it does not seem likely that Chrome will get this any time soon (see https://code.google.com/p/webrtc/issues/detail?id=1750). 13 years ago

README.txt

Rebuild pot file from source (only do that on template or JavaScript changes)
``make extract``

Merge po files with pot file (always do this before translating)
``make update``

Create JavaScript translation fiels from po files (do this when finished translating)
``make build``

Create a new translation (obvious)
``cp messages.pot messages-$(ISO-639-1).po``
Add new ISO-639-1 line to helpers/languages.py including translated language name.
``make build``