- Added Japanese translation

This commit is contained in:
Christophe Dumez 2007-04-07 07:43:57 +00:00
parent 2a9d2a4910
commit f3f71e5d14
54 changed files with 8600 additions and 2892 deletions

View file

@ -34,6 +34,8 @@
// Main constructor
bittorrent::bittorrent(){
// To avoid some exceptions
fs::path::default_name_check(fs::no_check);
// Supported preview extensions
// XXX: might be incomplete
supported_preview_extensions << "AVI" << "DIVX" << "MPG" << "MPEG" << "MP3" << "OGG" << "WMV" << "WMA" << "RMV" << "RMVB" << "ASF" << "MOV" << "WAV" << "MP2" << "SWF" << "AC3";