We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35af04a commit 4661a39Copy full SHA for 4661a39
fluent-dev-0.rockspec
@@ -11,8 +11,8 @@ description = {
11
summary = "Lua implementation of Project Fluent",
12
detailed = [[
13
A Lua port of Project Fluent, a localization paradigm designed to unleash
14
- the entire expressive power of natural language translations.
15
- ]],
+ the entire expressive power of natural language translations.
+ ]],
16
license = "MIT",
17
homepage = "https://github.com/alerque/fluent-lua",
18
issues_url = "https://github.com/alerque/fluent-lua/issues",
@@ -27,6 +27,14 @@ dependencies = {
27
"penlight"
28
}
29
30
+test_dependencies = {
31
+ "busted",
32
+}
33
+
34
+test = {
35
+ type = "busted",
36
37
38
build = {
39
type = "builtin",
40
modules = {
0 commit comments