mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Initial CrowdIn translation stuff
This commit is contained in:
parent
84333b82ae
commit
e1553aa912
53
crowdin.yml
Normal file
53
crowdin.yml
Normal file
@ -0,0 +1,53 @@
|
||||
#
|
||||
# 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: [
|
||||
{
|
||||
"source" : "languages/example/translation.lang.yaml",
|
||||
"translation" : "languages/%locale%.lang.yaml",
|
||||
"dest" : "translation.lang.yaml"
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/irc.lang.json",
|
||||
"translation" : "languages/%locale%-irc.lang.yaml",
|
||||
"dest" : "irc.lang.json"
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/help.lang.json",
|
||||
"translation" : "languages/%locale%-help.lang.yaml",
|
||||
"dest" : "help.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/chanserv.lang.json",
|
||||
"translation" : "languages/%locale%-chanserv.lang.yaml",
|
||||
"dest" : "services/chanserv.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/nickserv.lang.json",
|
||||
"translation" : "languages/%locale%-nickserv.lang.yaml",
|
||||
"dest" : "services/nickserv.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
{
|
||||
"source" : "languages/example/hostserv.lang.json",
|
||||
"translation" : "languages/%locale%-hostserv.lang.yaml",
|
||||
"dest" : "services/hostserv.lang.json",
|
||||
"update_option" : "update_as_unapproved",
|
||||
},
|
||||
]
|
Loading…
Reference in New Issue
Block a user