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.
 
 
 
 
 
 
madmath03 32cf6b0397 Minor fix in documentation 8 years ago
..
helpers Add special "hook" mode to polint to fix language detection. 10 years ago
Makefile.am Added script to check style of .po files. 10 years ago
README.txt Minor fix in documentation 8 years ago
babel.cfg Translation debugging added. 12 years ago
messages-de.po Fixed various style issues in .po files. 10 years ago
messages-ja.po Fixed various style issues in .po files. 10 years ago
messages-ko.po Fixed various style issues in .po files. 10 years ago
messages-ru.po Added missing trailing dot. 10 years ago
messages-zh-cn.po Added support to prefer VP9 video codec (works with Chrome >= 48) as experimental setting. 10 years ago
messages-zh-tw.po Added support to prefer VP9 video codec (works with Chrome >= 48) as experimental setting. 10 years ago
messages.pot Added support to prefer VP9 video codec (works with Chrome >= 48) as experimental setting. 10 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 files 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``