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