-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
65 lines (42 loc) · 1.76 KB
/
CHANGELOG
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
1.11.1: https://github.com/xitrum-framework/scaposer/pull/22
* Support Scala 12.3
* Update scala-parser-combinators from 1.1.1 to 1.1.2
1.11.0:
* Update scala-parser-combinators from 1.0.4 to 1.1.1
https://github.com/xitrum-framework/scaposer/issues/21
1.10:
* Fix bug parsing "Plural-Forms" header in po file
https://github.com/xitrum-framework/scaposer/issues/18
1.9:
* Evaluate plural form
https://github.com/xitrum-framework/scaposer/issues/16
1.8:
* Parsed result of escaped double quote should not contain the escape character
https://github.com/xitrum-framework/scaposer/issues/15
1.7:
* Expose raw translations parsed from po file
https://github.com/xitrum-framework/scaposer/issues/14
1.6: Improve based on feedback at ScalaSyd 39 http://www.meetup.com/scalasyd/events/224460821/
* Provide a way to get error message when parsing fails
https://github.com/xitrum-framework/scaposer/issues/12
* Change Po APIs to t, tc, tn, tcn
https://github.com/xitrum-framework/scaposer/issues/13
1.5:
* Use the original string when it's still not translated
https://github.com/xitrum-framework/scaposer/issues/10
1.4:
* Update scala-parser-combinators from 1.0.1 to 1.0.2
https://github.com/xitrum-framework/scaposer/issues/7
* Replace Array with Seq
https://github.com/xitrum-framework/scaposer/issues/8
1.3: Thanks to Martin Pärtel
* Fix default plural rule: English uses n != 1 instead of n > 1
https://github.com/xitrum-framework/scaposer/pull/4
* Optimize plural form evaluation speed
https://github.com/xitrum-framework/scaposer/pull/5
1.2: Thanks to Julien Polo
* Support tab charater
https://github.com/xitrum-framework/scaposer/pull/3
1.1: Thanks to Grégory Eve
* Support double quotes in msgStr
https://github.com/xitrum-framework/scaposer/pull/2