mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-21 19:39:43 +01:00
Force CrowdIn to put files in the right place
This commit is contained in:
parent
ce0f80577d
commit
37c1902c9e
24
crowdin.yml
24
crowdin.yml
@ -17,36 +17,36 @@
|
|||||||
#
|
#
|
||||||
files: [
|
files: [
|
||||||
{
|
{
|
||||||
"source" : "languages/example/translation.lang.yaml",
|
"source" : "/languages/example/translation.lang.yaml",
|
||||||
"translation" : "languages/%locale%.lang.yaml",
|
"translation" : "/languages/%locale%.lang.yaml",
|
||||||
"dest" : "translation.lang.yaml"
|
"dest" : "translation.lang.yaml"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source" : "languages/example/irc.lang.json",
|
"source" : "/languages/example/irc.lang.json",
|
||||||
"translation" : "languages/%locale%-irc.lang.json",
|
"translation" : "/languages/%locale%-irc.lang.json",
|
||||||
"dest" : "irc.lang.json"
|
"dest" : "irc.lang.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source" : "languages/example/help.lang.json",
|
"source" : "/languages/example/help.lang.json",
|
||||||
"translation" : "languages/%locale%-help.lang.json",
|
"translation" : "/languages/%locale%-help.lang.json",
|
||||||
"dest" : "help.lang.json",
|
"dest" : "help.lang.json",
|
||||||
"update_option" : "update_as_unapproved",
|
"update_option" : "update_as_unapproved",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source" : "languages/example/chanserv.lang.json",
|
"source" : "/languages/example/chanserv.lang.json",
|
||||||
"translation" : "languages/%locale%-chanserv.lang.json",
|
"translation" : "/languages/%locale%-chanserv.lang.json",
|
||||||
"dest" : "services/chanserv.lang.json",
|
"dest" : "services/chanserv.lang.json",
|
||||||
"update_option" : "update_as_unapproved",
|
"update_option" : "update_as_unapproved",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source" : "languages/example/nickserv.lang.json",
|
"source" : "/languages/example/nickserv.lang.json",
|
||||||
"translation" : "languages/%locale%-nickserv.lang.json",
|
"translation" : "/languages/%locale%-nickserv.lang.json",
|
||||||
"dest" : "services/nickserv.lang.json",
|
"dest" : "services/nickserv.lang.json",
|
||||||
"update_option" : "update_as_unapproved",
|
"update_option" : "update_as_unapproved",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source" : "languages/example/hostserv.lang.json",
|
"source" : "/languages/example/hostserv.lang.json",
|
||||||
"translation" : "languages/%locale%-hostserv.lang.json",
|
"translation" : "/languages/%locale%-hostserv.lang.json",
|
||||||
"dest" : "services/hostserv.lang.json",
|
"dest" : "services/hostserv.lang.json",
|
||||||
"update_option" : "update_as_unapproved",
|
"update_option" : "update_as_unapproved",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user