mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
12 lines
276 B
YAML
12 lines
276 B
YAML
"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%,
|
|
|
|
}
|
|
]
|