Skip to content

Commit a0c1f1e

Browse files
authored
feat(dev): add local weblate config file (#18465)
1 parent 0da9bd5 commit a0c1f1e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.weblate.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; Configuration file for `wlc` - Weblate Command Line Client
2+
; See https://docs.weblate.org/en/latest/wlc.html#configuration-files
3+
[weblate]
4+
url = https://hosted.weblate.org/api/
5+
translation = pypa/warehouse
6+
7+
; User needs to obtain their own Weblate API Key
8+
; https://hosted.weblate.org/accounts/profile/#api
9+
; and place in ~/.config/weblate.ini (or similar Windows path, see docs)
10+
;[keys]
11+
;https://hosted.weblate.org/api/ = APIKEY

0 commit comments

Comments
 (0)