firefly-iii/crowdin.yml

12 lines
276 B
YAML
Raw Normal View History

2017-11-15 00:18:02 -06:00
"api_key_env": CROWDIN_API_KEY
"project_identifier_env": CROWDIN_PROJECT_ID
"base_path_env": CROWDIN_BASE_PATH
"preserve_hierarchy": false
files: [
{
source: "/resources/lang/en_US/*.php",
translation: /resources/lang/%locale_with_underscore%/%original_file_name%,
}
2018-03-19 06:08:22 -05:00
]