Changeset 750
- Timestamp:
- 12/01/2012 01:06:08 AM (6 months ago)
- Location:
- trunk/WordPress/plugin/transposh
- Files:
-
- 2 edited
-
core/constants.php (modified) (4 diffs)
-
js/transposh.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/core/constants.php
r732 r750 131 131 // @updated 2011-Nov-04 132 132 // @updated 2012-Feb-24 (eo) 133 // $google_languages = array('en', 'af', 'sq', 'ar', 'hy', 'az', 'eu', 'be', 'bg', 'ca', 'zh', 'zh-tw', 'hr', 'cs', 'da', 'nl', 'et', 'fi', 'fr', 'gl', 'ka', 'de', 'el', 'ht', 'he', 'hi', 'hu', 'id', 'it', 'is', 'ga', 'ja', 'ko', 'lv', 'lt', 'mk', 'ms', 'mt', 'no', 'fa', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sw', 'sv', 'tl', 'th', 'tr', 'uk', 'ur', 'vi', 'cy', 'yi');133 // @updated 2012-Sep-17 (la) 134 134 public static $google_languages = array('en', 'af', 'sq', 'ar', 'be', 'bg', 'ca', 'zh', 'zh-tw', 'hr', 'cs', 'da', 'nl', 'et', 'fi', 'fr', 'gl', 'de', 'el', 'ht', 'he', 'hi', 'hu', 'id', 'it', 'is', 'ga', 'ja', 'ko', 'lo', 'lv', 'lt', 'mk', 'ms', 'mt', 'no', 'fa', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sw', 'sv', 'tl', 'th', 'tr', 'uk', 'vi', 'cy', 'yi', 'hy', 'az', 'eu', 'ka', 'la', 'ur', 'ta', 'te', 'kn', 'bn', 'gu', 'eo'); 135 // public static $google_languages = array('en', 'af', 'sq', 'ar', 'be', 'bg', 'ca', 'zh', 'zh-tw', 'hr', 'cs', 'da', 'nl', 'et', 'fi', 'fr', 'gl', 'de', 'el', 'ht', 'he', 'hi', 'hu', 'id', 'it', 'is', 'ga', 'ja', 'ko', 'lv', 'lt', 'mk', 'ms', 'mt', 'no', 'fa', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sw', 'sv', 'tl', 'th', 'tr', 'uk', 'vi', 'cy', 'yi');136 // public static $google_proxied_languages = array('hy', 'az', 'eu', 'ka', 'la', 'ur', 'ta', 'te', 'kn', 'bn', 'gu');137 135 // Bing supported languages 138 136 // (got this using Microsoft.Translator.GetLanguages() - fixed to match our codes) … … 150 148 //Kazakh kk-kz 151 149 //Khmer km-kh 152 //Lao lo-la153 150 //Pashto ps 154 151 //Uzbek uz-uz … … 170 167 171 168 //Current jQuery UI 172 define('JQUERYUI_VER', '1. 8.23');169 define('JQUERYUI_VER', '1.9.2'); 173 170 174 171 //Define segment id prefix, will be included in span tag. also used as class identifier … … 184 181 define('TRANSPOSH_OPTIONS', 'transposh_options'); 185 182 186 //0. 9.0- Storing oht project183 //0.8.4 - Storing oht project 187 184 define('TRANSPOSH_OPTIONS_OHT', 'transposh_options_oht'); 188 185 define('TRANSPOSH_OPTIONS_OHT_PROJECTS', 'transposh_options_oht_projects'); -
trunk/WordPress/plugin/transposh/js/transposh.js
r734 r750 35 35 36 36 // set base uri for jQueryUI 37 t_jp.jQueryUI = 'http://ajax.googleapis.com/ajax/libs/jqueryui/1. 8.23/';37 t_jp.jQueryUI = 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/'; 38 38 39 39 // This function fixes the page, it gets a token and translation and fixes this,
Note: See TracChangeset
for help on using the changeset viewer.
