File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.5:
2
+
3
+ * Use the original string when it's still not translated
4
+ https://github.com/xitrum-framework/scaposer/issues/10
5
+
1
6
1.4:
7
+
2
8
* Update scala-parser-combinators from 1.0.1 to 1.0.2
3
9
https://github.com/xitrum-framework/scaposer/issues/7
4
10
* Replace Array with Seq
5
11
https://github.com/xitrum-framework/scaposer/issues/8
6
12
7
13
1.3: Thanks to Martin Pärtel
14
+
8
15
* Fix default plural rule: English uses n != 1 instead of n > 1
9
16
https://github.com/xitrum-framework/scaposer/pull/4
10
17
* Optimize plural form evaluation speed
11
18
https://github.com/xitrum-framework/scaposer/pull/5
12
19
13
20
1.2: Thanks to Julien Polo
21
+
14
22
* Support tab charater
15
23
https://github.com/xitrum-framework/scaposer/pull/3
16
24
17
25
1.1: Thanks to Grégory Eve
26
+
18
27
* Support double quotes in msgStr
19
28
https://github.com/xitrum-framework/scaposer/pull/2
Original file line number Diff line number Diff line change @@ -112,6 +112,6 @@ build.sbt example:
112
112
113
113
::
114
114
115
- libraryDependencies += "tv.cntt" %% "scaposer" % "1.4 "
115
+ libraryDependencies += "tv.cntt" %% "scaposer" % "1.5 "
116
116
117
117
Scaposer is used in `Xitrum <https://github.com/xitrum-framework/xitrum >`_.
You can’t perform that action at this time.
0 commit comments