forked from External/ergo
Handle translations a little better
This commit is contained in:
parent
e1553aa912
commit
7eef390756
3 changed files with 31 additions and 9 deletions
10
crowdin.yml
10
crowdin.yml
|
|
@ -23,30 +23,30 @@ files: [
|
|||
},
|
||||
{
|
||||
"source" : "languages/example/irc.lang.json",
|
||||
"translation" : "languages/%locale%-irc.lang.yaml",
|
||||
"translation" : "languages/%locale%-irc.lang.json",
|
||||
"dest" : "irc.lang.json"
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/help.lang.json",
|
||||
"translation" : "languages/%locale%-help.lang.yaml",
|
||||
"translation" : "languages/%locale%-help.lang.json",
|
||||
"dest" : "help.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/chanserv.lang.json",
|
||||
"translation" : "languages/%locale%-chanserv.lang.yaml",
|
||||
"translation" : "languages/%locale%-chanserv.lang.json",
|
||||
"dest" : "services/chanserv.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/nickserv.lang.json",
|
||||
"translation" : "languages/%locale%-nickserv.lang.yaml",
|
||||
"translation" : "languages/%locale%-nickserv.lang.json",
|
||||
"dest" : "services/nickserv.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/hostserv.lang.json",
|
||||
"translation" : "languages/%locale%-hostserv.lang.yaml",
|
||||
"translation" : "languages/%locale%-hostserv.lang.json",
|
||||
"dest" : "services/hostserv.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue