File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ rockspec_format = " 3.0"
12package = " fluent"
23version = " scm-0"
34
45source = {
5- url = " git://github.com/alerque/fluent-lua" ,
6+ url = " git://github.com/alerque/fluent-lua.git" ,
7+ tag = " master"
68}
79
810description = {
9- summary = " Lua implementation of Project Fluent. " ,
11+ summary = " Lua implementation of Project Fluent" ,
1012 detailed = [[
11- This is a lua port of the Fluent, A localization paradigm designed to
12- unleash the entire expressive power of natural language translations.
13+ A Lua port of Project Fluent, a localization paradigm designed to unleash
14+ the entire expressive power of natural language translations.
1315 ]] ,
16+ license = " MIT" ,
1417 homepage = " https://github.com/alerque/fluent-lua" ,
15- license = " MIT"
18+ issues_url = " https://github.com/alerque/fluent-lua/issues" ,
19+ maintainer = " Caleb Maclennan <[email protected] >" ,
20+ labels = { " i18n" }
1621}
1722
1823dependencies = {
You can’t perform that action at this time.
0 commit comments