mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2025-03-14 00:40:02 -04:00
12 lines
371 B
YAML
12 lines
371 B
YAML
project_id_env: "CROWDIN_PROJECT_ID"
|
|
api_token_env: "CROWDIN_PERSONAL_TOKEN"
|
|
base_path: "../"
|
|
preserve_hierarchy: true
|
|
files: [
|
|
{
|
|
source: "/src/main/resources/assets/viaproxy/language/en_US.properties",
|
|
translation: "/src/main/resources/assets/viaproxy/language/%locale_with_underscore%.properties",
|
|
escape_quotes: 0,
|
|
escape_special_characters: 0
|
|
}
|
|
]
|