openrocket/crowdin.yml

45 lines
1.2 KiB
YAML
Raw Normal View History

2024-08-29 23:25:48 +02:00
#
# Your Crowdin credentials
#
"project_id": "711913"
"api_token_env": "CROWDIN_API_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
#
# Choose file structure in Crowdin
# e.g. true or false
#
"preserve_hierarchy": true
#
# Files configuration
#
files: [
2024-08-30 00:08:42 +02:00
{
"source": "core/src/main/resources/l10n/messages.properties",
"dest": "core/src/main/resources/l10n/messages_%two_letters_code%.properties",
"translation": "core/src/main/resources/l10n/messages_%two_letters_code%.properties",
2024-08-29 23:25:48 +02:00
2024-08-30 00:08:42 +02:00
"type": "properties",
2024-08-29 23:25:48 +02:00
2024-08-30 00:08:42 +02:00
# 3 - escape single quote by another single quote only in strings containing variables ( {0} ).
"escape_quotes": 3,
2024-08-29 23:25:48 +02:00
2024-08-30 00:08:42 +02:00
# 0 - do not escape special characters
"escape_special_characters": 0
},
{
"source": "core/src/main/resources/l10n/messages.properties",
"dest": "core/src/main/resources/l10n/messages_%locale_with_underscore%.properties",
"translation": "core/src/main/resources/l10n/messages_%locale_with_underscore%.properties",
2024-08-29 23:25:48 +02:00
2024-08-30 00:08:42 +02:00
"type": "properties",
2024-08-29 23:25:48 +02:00
2024-08-30 00:08:42 +02:00
# 3 - escape single quote by another single quote only in strings containing variables ( {0} ).
"escape_quotes": 3,
2024-08-29 23:25:48 +02:00
2024-08-30 00:08:42 +02:00
# 0 - do not escape special characters
"escape_special_characters": 0
}
2024-08-29 23:25:48 +02:00
]