mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-08 06:01:54 -07:00
Force CrowdIn to put files in the right place
This commit is contained in:
+12
-12
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user