-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.weblate
More file actions
33 lines (28 loc) · 792 Bytes
/
.weblate
File metadata and controls
33 lines (28 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Weblate configuration for automatic synchronization
[weblate]
url = https://hosted.weblate.org/api/
project = rust-coreutils
# Repository settings
[vcs]
push_on_commit = true
commit_message = Translated using Weblate ({language_name})
# Synchronization settings
[sync]
# Pull translations from Weblate every hour
pull_interval = 3600
# Push source changes to Weblate automatically
push_source = true
# Commit pending changes before sync
commit_pending = true
# File format settings
[files]
# Fluent (.ftl) format configuration
fluent_monolingual = true
base_file_template = src/uu/*/locales/en-US.ftl
filemask = src/uu/*/locales/*.ftl
# GitHub integration
[github]
# Enable repository webhooks for automatic sync
webhook = true
# Pull request settings for translations
auto_pr = false