2019-02-03 12:11:45 +01:00
|
|
|
#
|
|
|
|
# Your crowdin's credentials
|
|
|
|
#
|
|
|
|
"project_identifier" : "oragono"
|
|
|
|
# "api_key" : ""
|
|
|
|
# "base_path" : ""
|
|
|
|
#"base_url" : ""
|
|
|
|
|
|
|
|
#
|
|
|
|
# Choose file structure in crowdin
|
|
|
|
# e.g. true or false
|
|
|
|
#
|
|
|
|
"preserve_hierarchy": true
|
|
|
|
|
|
|
|
#
|
|
|
|
# Files configuration
|
|
|
|
#
|
|
|
|
files: [
|
|
|
|
{
|
2019-02-03 19:15:45 +01:00
|
|
|
"source" : "/languages/example/translation.lang.yaml",
|
|
|
|
"translation" : "/languages/%locale%.lang.yaml",
|
2019-02-03 12:11:45 +01:00
|
|
|
"dest" : "translation.lang.yaml"
|
|
|
|
},
|
|
|
|
{
|
2019-02-03 19:15:45 +01:00
|
|
|
"source" : "/languages/example/irc.lang.json",
|
|
|
|
"translation" : "/languages/%locale%-irc.lang.json",
|
2019-02-03 12:11:45 +01:00
|
|
|
"dest" : "irc.lang.json"
|
|
|
|
},
|
|
|
|
{
|
2019-02-03 19:15:45 +01:00
|
|
|
"source" : "/languages/example/help.lang.json",
|
|
|
|
"translation" : "/languages/%locale%-help.lang.json",
|
2019-02-03 12:11:45 +01:00
|
|
|
"dest" : "help.lang.json",
|
|
|
|
"update_option" : "update_as_unapproved",
|
|
|
|
},
|
|
|
|
{
|
2019-02-03 19:15:45 +01:00
|
|
|
"source" : "/languages/example/chanserv.lang.json",
|
|
|
|
"translation" : "/languages/%locale%-chanserv.lang.json",
|
2019-02-03 12:11:45 +01:00
|
|
|
"dest" : "services/chanserv.lang.json",
|
|
|
|
"update_option" : "update_as_unapproved",
|
|
|
|
},
|
|
|
|
{
|
2019-02-03 19:15:45 +01:00
|
|
|
"source" : "/languages/example/nickserv.lang.json",
|
|
|
|
"translation" : "/languages/%locale%-nickserv.lang.json",
|
2019-02-03 12:11:45 +01:00
|
|
|
"dest" : "services/nickserv.lang.json",
|
|
|
|
"update_option" : "update_as_unapproved",
|
|
|
|
},
|
|
|
|
{
|
2019-02-03 19:15:45 +01:00
|
|
|
"source" : "/languages/example/hostserv.lang.json",
|
|
|
|
"translation" : "/languages/%locale%-hostserv.lang.json",
|
2019-02-03 12:11:45 +01:00
|
|
|
"dest" : "services/hostserv.lang.json",
|
|
|
|
"update_option" : "update_as_unapproved",
|
|
|
|
},
|
|
|
|
]
|