forked from darksmo/jquery-localization-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
50 lines (36 loc) · 1.69 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Next Version
* add Danish
v0.0.14 Fri Nov 7 19:51:15 CET 2014
* change the widget heading when translation is called programmatically
* add 'ignoreUnmatchedSelectors' option to allow multi-page translations
v0.0.13 Mon Sep 22 07:34:21 CEST 2014
* translate attributes with a syntax like <attributeName>::<elementSelector> (e.g., placeholder::element:input)
v0.0.12 Fri Sep 19 16:53:19 CEST 2014
* add Hebrew/Israel
v0.0.11 Tue Sep 9 11:43:30 CEST 2014
* add Turkish language
v0.0.10 Fri Sep 5 09:24:59 CEST 2014
* fix Russian hyphen in language code: please use ru_RU instead of ru-RU to refer to russian
* add Hindi
v0.0.9 Mon Sep 1 16:32:38 CEST 2014
* use $.inArray instead of Array.prototype.indexOf - fixes IE7/8 compatibility bug
* separate call to user specified callback in another function - should fix user callback not called when using the keyboard
v0.0.8 Fri Aug 29 18:40:19 CEST 2014
* Allow callback "onLanguageSelected" for when the user selects a language
* Default country to appear once if defined in strings
v0.0.7 Fri Aug 29 17:25:15 CEST 2014
* fix bug: throw exception on more than two "class:" strings defined
* allow to show/hide the flag, the country name and the language name
v0.0.6 Sun Aug 3 17:20:51 CEST 2014
* fix bug related to mouse/keyboard support
v0.0.5 Sun Aug 3 16:49:44 CEST 2014
* improved keyboard support
v0.0.4 Sun Aug 3 16:38:30 CEST 2014
* fix 'China' translation in zh_CN
* add keyboard support
v0.0.3 Sat Aug 2 13:45:15 CEST 2014
* added more supported languages
v0.0.2 Thu Jul 31 19:07:45 CEST 2014
* better support for IE7
v0.0.1 Thu Jul 31 07:35:24 CEST 2014
* first release